diff options
author | Nick Mathewson <nickm@torproject.org> | 2006-11-26 18:36:46 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2006-11-26 18:36:46 +0000 |
commit | 80cc941c2d27a4ab2f27c2e7b30544a2a9196b42 (patch) | |
tree | 5b4ad0b0a842ec5739b464b9dfa7910eafbeb4de /src/win32 | |
parent | 983550949270fb4c6c5e54d4d4b2bd1cfd934c78 (diff) | |
download | tor-80cc941c2d27a4ab2f27c2e7b30544a2a9196b42.tar tor-80cc941c2d27a4ab2f27c2e7b30544a2a9196b42.tar.gz |
r9395@totoro: nickm | 2006-11-26 13:34:12 -0500
Change vc++ orconfig.h: add definition for SIZEOF_SIZE_T.
svn:r8995
Diffstat (limited to 'src/win32')
-rw-r--r-- | src/win32/orconfig.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index dee212790..5697ac7b8 100644 --- a/src/win32/orconfig.h +++ b/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 |