summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>2001-12-22 20:01:27 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2001-12-22 20:01:27 +0000
commit3da9a137807e4f1acaf9cb3024a6cc5fbd119b9f (patch)
tree31909f95257dfc1822f8eb960d026bcc49de1169 /win32
parent582ed04c91818c6c9bf5b51c84f67b7c565925a7 (diff)
downloadperl-3da9a137807e4f1acaf9cb3024a6cc5fbd119b9f.tar.gz
Win32 and makedef.pl fall-out of PerlIO/pTHX stuff
p4raw-id: //depot/perlio@13854
Diffstat (limited to 'win32')
-rw-r--r--win32/win32.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/win32/win32.c b/win32/win32.c
index bad03490e8..8ffffd5372 100644
--- a/win32/win32.c
+++ b/win32/win32.c
@@ -7,7 +7,7 @@
* You may distribute under the terms of either the GNU General Public
* License or the Artistic License, as specified in the README file.
*/
-
+#define PERLIO_NOT_STDIO 0
#define WIN32_LEAN_AND_MEAN
#define WIN32IO_IS_STDIO
#include <tchar.h>
@@ -25,7 +25,6 @@
/* #include "config.h" */
-#define PERLIO_NOT_STDIO 0
#if !defined(PERLIO_IS_STDIO) && !defined(USE_SFIO)
#define PerlIO FILE
#endif