[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r8995: Change vc++ orconfig.h: add definition for SIZEOF_SIZE_T. (in tor/trunk: . src/win32)
- To: or-cvs@xxxxxxxxxxxxx
- Subject: [or-cvs] r8995: Change vc++ orconfig.h: add definition for SIZEOF_SIZE_T. (in tor/trunk: . src/win32)
- From: nickm@xxxxxxxx
- Date: Sun, 26 Nov 2006 13:36:47 -0500 (EST)
- Delivered-to: archiver@seul.org
- Delivered-to: or-cvs-outgoing@seul.org
- Delivered-to: or-cvs@seul.org
- Delivery-date: Sun, 26 Nov 2006 13:36:56 -0500
- Reply-to: or-talk@xxxxxxxxxxxxx
- Sender: owner-or-cvs@xxxxxxxxxxxxx
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@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