diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-06-05 01:50:35 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-06-05 01:50:35 +0000 |
commit | 17b5b3685f5f2f27b05d4e7f5b1dc78939a9f5e8 (patch) | |
tree | a98d7127db6e9a733e0978668f539d211b2638c5 /src/win32 | |
parent | 42569ffd0fc659d81093bc1d7b0fe5171e5738cf (diff) | |
download | tor-17b5b3685f5f2f27b05d4e7f5b1dc78939a9f5e8.tar.gz tor-17b5b3685f5f2f27b05d4e7f5b1dc78939a9f5e8.zip |
Make tor build on win32 again; handle locking for server
svn:r1948
Diffstat (limited to 'src/win32')
-rw-r--r-- | src/win32/orconfig.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index 04629861b9..4aa1b7809e 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -180,6 +180,9 @@ ine to the address where bug reports for this package should be sent. */ /* The size of a `uint8_t', as computed by sizeof. */ #undef SIZEOF_UINT8_T +/* The size of a `void *', as computed by sizeof. */ +#define SIZEOF_VOID_P 4 + /* The size of a `__int64', as computed by sizeof. */ #define SIZEOF___INT64 8 @@ -190,4 +193,4 @@ ine to the address where bug reports for this package should be sent. */ #define UNALIGNED_INT_ACCESS_OK /* Version number of package */ -#define VERSION "0.0.6" +#define VERSION "0.0.7rc1-cvs" |