diff options
author | Nick Ing-Simmons <nik@tiuk.ti.com> | 2000-12-03 22:57:46 +0000 |
---|---|---|
committer | Nick Ing-Simmons <nik@tiuk.ti.com> | 2000-12-03 22:57:46 +0000 |
commit | adb71456d0ff53391c88789f315f1e66b14373d5 (patch) | |
tree | e7ad4e096c290d06d74ff95d475dbf44b8c47e92 /win32/win32.h | |
parent | dc763022fd798529b6a2466bc01bca582b031fcd (diff) | |
download | perl-adb71456d0ff53391c88789f315f1e66b14373d5.tar.gz |
PERL_IMPLICIT_SYS compiles but does not work.
p4raw-id: //depot/perlio@7970
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. |