priv: Fixed a mingw build bug.

This commit is contained in:
Andreas Schneider
2010-07-24 10:10:00 +02:00
parent a7d9f4addd
commit 9973de535e

View File

@@ -34,6 +34,9 @@
#ifdef _WIN32
/* Imitate define of inttypes.h */
#define PRIdS "Id"
# ifdef _MSC_VER
# include <stdio.h>
@@ -44,9 +47,6 @@
# undef strdup
# define strdup _strdup
/* Imitate define of inttypes.h */
# define PRIdS "Id"
# define strcasecmp _stricmp
# define strncasecmp _strnicmp
# define strtoull _strtoui64