From 26ed1ebeb95caec8d733a6a91e71e31312a8eb06 Mon Sep 17 00:00:00 2001 From: rpj Date: Mon, 30 May 2011 00:30:56 +0000 Subject: Compiler directive cleanups --- autostatic.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'autostatic.c') diff --git a/autostatic.c b/autostatic.c index e60bd12..092aff2 100755 --- a/autostatic.c +++ b/autostatic.c @@ -34,7 +34,7 @@ * 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA */ -#ifdef PTW32_STATIC_LIB +#if defined(PTW32_STATIC_LIB) #if defined(__MINGW64__) || defined(__MINGW32__) || defined(_MSC_VER) -- cgit v1.2.3