From 9cf01020cc305665dc8fae91bf7034c837d4e03d Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Tue, 12 Aug 2003 15:08:51 +0000 Subject: Misc patches to make windows build work. Now everything is done except the sockets stuff svn:r393 --- src/or/or.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/or/or.h') diff --git a/src/or/or.h b/src/or/or.h index 20177f6a4a..6f0165487c 100644 --- a/src/or/or.h +++ b/src/or/or.h @@ -82,11 +82,11 @@ #include #endif -#ifdef _MSC_VER +#ifdef MS_WINDOWS #include #define WIN32_LEAN_AND_MEAN #include -#define snprintf +#define snprintf _snprintf #endif -- cgit v1.2.3-54-g00ecf