From 829bf4dcd0318431010da3ff5e3785fb9fb2f80c Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Mon, 9 Oct 2006 15:46:21 +0000 Subject: r8970@totoro: nickm | 2006-10-09 10:12:53 -0400 Win32 patch from Matt Edman: fix compilation bugs by casting to int; defining SSIZE_T; defining USE_TWOS_COMPLEMENT in windows orconfig.h; and using the proper names for win32 functions on GetProcAddress. Also fixes bug 295. svn:r8669 --- src/win32/orconfig.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/win32') diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index 12a676512b..35abf24c08 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -220,6 +220,9 @@ #define HAVE_EVENT_H +/* Define to 1 iff we represent negative integers with two's complement */ +#define USING_TWOS_COMPLEMENT + /* Version number of package */ #define VERSION "0.1.2.2-alpha-dev" -- cgit v1.2.3-54-g00ecf