--- deliantra/server/include/includes.h 2006/09/16 22:06:17 1.2 +++ deliantra/server/include/includes.h 2006/12/11 21:06:58 1.4 @@ -43,11 +43,7 @@ #endif /* Include this first, because it lets us know what we are missing */ -#ifdef WIN32 /* ---win32 exclude this, config comes from VC ide */ -#include "win32.h" -#else #include -#endif #include #include @@ -57,6 +53,9 @@ #include #include +#define __STDC_FORMAT_MACROS +#include + #ifdef __NetBSD__ #include #endif @@ -108,5 +107,8 @@ time_t mktime(struct tm *); #endif +#define I64_PFd PRId64 +#define I64_PFx PRIx64 + #endif /* INCLUDES_H */