From 060c56cc3fa05201894d56e30cc36e853a958472 Mon Sep 17 00:00:00 2001 From: John Emmas Date: Mon, 26 Aug 2013 17:50:17 +0100 Subject: Minor tweaks to MSVC build (hopefully of little consequence) --- msvc_extra_headers/ardourext/sys/time.h.input | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'msvc_extra_headers') diff --git a/msvc_extra_headers/ardourext/sys/time.h.input b/msvc_extra_headers/ardourext/sys/time.h.input index 11bd6bf34d..a18ae94ee4 100644 --- a/msvc_extra_headers/ardourext/sys/time.h.input +++ b/msvc_extra_headers/ardourext/sys/time.h.input @@ -1,8 +1,8 @@ #ifndef _WINX_SYS_TIME_H_ #define _WINX_SYS_TIME_H_ -//#include -#include // gets 'struct timeval' - Changed by JE - 23-07-2013. Was formerly. . . #include +#define WIN32_LEAN_AND_MEAN /* This line found to be needed by JE - 18-08-2013. Line was formerly. . . #include */ +#include /* gets 'struct timeval' - Changed by JE - 23-07-2013. Was formerly. . . #include */ #ifdef _TIMEVAL_DEFINED # define _STRUCT_TIMEVAL 1 -- cgit v1.2.3