From 70d12639317897cfb59406e53b4aaac0ee4b1c9c Mon Sep 17 00:00:00 2001 From: twinaphex Date: Sat, 6 Aug 2016 01:04:54 +0200 Subject: Put this ifdef around these problematic functions --- src/port.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/port.h') diff --git a/src/port.h b/src/port.h index 3c7a2ce..6f2180c 100644 --- a/src/port.h +++ b/src/port.h @@ -130,10 +130,13 @@ typedef short int16_32; EXTERN_C void S9xGenerateSound(); +#ifndef _MSC_VER void _makepath(char* path, const char* drive, const char* dir, const char* fname, const char* ext); void _splitpath(const char* path, char* drive, char* dir, char* fname, char* ext); +#endif + #define strcasecmp strcmp #define strncasecmp strncmp -- cgit v1.2.3