diff options
Diffstat (limited to 'gst/modplug/libmodplug/stdafx.h')
-rw-r--r-- | gst/modplug/libmodplug/stdafx.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gst/modplug/libmodplug/stdafx.h b/gst/modplug/libmodplug/stdafx.h index dc71ea8f..1659f89c 100644 --- a/gst/modplug/libmodplug/stdafx.h +++ b/gst/modplug/libmodplug/stdafx.h @@ -79,15 +79,15 @@ inline void ProcessPlugins(int n) {} #define GlobalFreePtr(p) free((void *)(p)) -#define strnicmp(a,b,c) strncasecmp(a,b,c) -#define wsprintf sprintf +#define strnicmp(a,b,c) strncasecmp(a,b,c) +#define wsprintf sprintf #ifndef FALSE -#define FALSE false +#define FALSE false #endif #ifndef TRUE -#define TRUE true +#define TRUE true #endif #endif /* MSC_VER */ |