diff options
Diffstat (limited to 'win32/win32.h')
-rw-r--r-- | win32/win32.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/win32/win32.h b/win32/win32.h index 5b6062cb47..c75566f0a3 100644 --- a/win32/win32.h +++ b/win32/win32.h @@ -544,6 +544,10 @@ EXTERN_C _CRTIMP ioinfo* __pioinfo[]; #endif #endif +#define PERLIO_NOT_STDIO 0 + +#include "perlio.h" + /* * This provides a layer of functions and macros to ensure extensions will * get to use the same RTL functions as the core. |