diff options
Diffstat (limited to 'win32/win32.c')
-rw-r--r-- | win32/win32.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win32/win32.c b/win32/win32.c index bf91b76226..c708439c7c 100644 --- a/win32/win32.c +++ b/win32/win32.c @@ -42,7 +42,7 @@ /* #include "config.h" */ -#if !defined(PERLIO_IS_STDIO) && !defined(USE_SFIO) +#if !defined(PERLIO_IS_STDIO) # define PerlIO FILE #endif |