[or-cvs] r8995: Change vc++ orconfig.h: add definition for SIZEOF_SIZE_T. (in tor/trunk: . src/win32)

nickm at seul.org nickm at seul.org
Sun Nov 26 18:36:47 UTC 2006


Author: nickm
Date: 2006-11-26 13:36:46 -0500 (Sun, 26 Nov 2006)
New Revision: 8995

Modified:
   tor/trunk/
   tor/trunk/src/win32/orconfig.h
Log:
 r9395 at totoro:  nickm | 2006-11-26 13:34:12 -0500
 Change vc++ orconfig.h: add definition for SIZEOF_SIZE_T.



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /tor/trunk [r9395] on 96637b51-b116-0410-a10e-9941ebb49b64

Modified: tor/trunk/src/win32/orconfig.h
===================================================================
--- tor/trunk/src/win32/orconfig.h	2006-11-26 14:41:20 UTC (rev 8994)
+++ tor/trunk/src/win32/orconfig.h	2006-11-26 18:36:46 UTC (rev 8995)
@@ -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
 



More information about the tor-commits mailing list