diff options
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 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" |