aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libretro.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libretro.c b/libretro.c
index 39930cd..9aad458 100644
--- a/libretro.c
+++ b/libretro.c
@@ -173,7 +173,7 @@ bool S9xInitUpdate()
return (true);
}
-
+#ifndef __WIN32__
void _makepath(char* path, const char* drive, const char* dir,
const char* fname, const char* ext)
{
@@ -232,7 +232,7 @@ void _splitpath(const char* path, char* drive, char* dir, char* fname,
strcpy(ext, "");
}
}
-
+#endif
const char* S9xGetFilename(const char* ex)
{
static char filename [PATH_MAX + 1];