diff options
Diffstat (limited to 'autostatic.c')
-rwxr-xr-x | autostatic.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |