Explorar o código

r9395@totoro: nickm | 2006-11-26 13:34:12 -0500
Change vc++ orconfig.h: add definition for SIZEOF_SIZE_T.


svn:r8995

Nick Mathewson %!s(int64=19) %!d(string=hai) anos
pai
achega
80cc941c2d
Modificáronse 1 ficheiros con 3 adicións e 0 borrados
  1. 3 0
      src/win32/orconfig.h

+ 3 - 0
src/win32/orconfig.h

@@ -209,6 +209,9 @@
 /* The size of a `__int64', as computed by sizeof. */
 #define SIZEOF___INT64 8
 
+/* The sizeof a size_t, as computed by sizeof. */
+#define SIZEOF_SIZE_T 4
+
 /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS