- Fixed definition in correct file. (Patch by Nuno)

This commit is contained in:
Derick Rethans 2005-09-21 08:40:52 +00:00
parent c3c9df5ed6
commit 772af6a3cf

View File

@ -117,7 +117,7 @@
#define SIZEOF_LONG 4
/* MSVC.6/NET don't allow 'long long' or know 'intmax_t' */
#define SIZEOF_LONG_LONG_INT 0
#define SIZEOF_LONG_LONG 0
#define SIZEOF_LONG_LONG 8 /* defined as __int64 */
#define SIZEOF_INTMAX_T 0
#define ssize_t SSIZE_T
#ifdef _WIN64