diff options
author | Nick Mathewson <nickm@torproject.org> | 2003-08-12 15:08:51 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2003-08-12 15:08:51 +0000 |
commit | 9cf01020cc305665dc8fae91bf7034c837d4e03d (patch) | |
tree | 7ded9853fb16fc812a70822ac8b417a24322a0bd /src/win32 | |
parent | bbd4032fc14fb23edf7633382ed26788523ac728 (diff) | |
download | tor-9cf01020cc305665dc8fae91bf7034c837d4e03d.tar.gz tor-9cf01020cc305665dc8fae91bf7034c837d4e03d.zip |
Misc patches to make windows build work. Now everything is done except the sockets stuff
svn:r393
Diffstat (limited to 'src/win32')
-rw-r--r-- | src/win32/orconfig.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/win32/orconfig.h b/src/win32/orconfig.h index 18a31e7b42..3170f9e3e5 100644 --- a/src/win32/orconfig.h +++ b/src/win32/orconfig.h @@ -2,6 +2,8 @@ * orconfig.h -- This file is *not* generated by autoconf. Instead, * it has to be hand-edited to keep win32 happy. */ +#define MS_WINDOWS +#define MS_WIN32 /* Define to 1 if you have the <arpa/inet.h> header file. */ #undef HAVE_ARPA_INET_H |