From a73d0d3e72940ecd0e3e60c8e4e858c7e00ff5e2 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sun, 15 Apr 2012 07:54:07 +0000 Subject: code cleanup: dont include BLI_winstuff.h on non windows systems, also cleanup some defines/includes for windows. --- source/blender/blenloader/intern/readblenentry.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source/blender/blenloader/intern/readblenentry.c') diff --git a/source/blender/blenloader/intern/readblenentry.c b/source/blender/blenloader/intern/readblenentry.c index ccf0c226570..49990a953f6 100644 --- a/source/blender/blenloader/intern/readblenentry.c +++ b/source/blender/blenloader/intern/readblenentry.c @@ -64,8 +64,8 @@ #include "BLO_sys_types.h" // needed for intptr_t -#ifdef _WIN32 -#include "BLI_winstuff.h" +#ifdef WIN32 +# include "BLI_winstuff.h" #endif /* local prototypes --------------------- */ -- cgit v1.2.3