This is a live mirror of the Perl 5 development currently hosted at
https://github.com/perl/perl5
https://perl5.git.perl.org
/
perl5.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
PERL_IMPLICIT_SYS compiles but does not work.
[perl5.git]
/
win32
/
win32.h
diff --git
a/win32/win32.h
b/win32/win32.h
index
5b6062c
..
c75566f
100644
(file)
--- 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.