Skip to content

Commit 5b6d8d9

Browse files
committed
win32.c: don't define PerlIO as FILE
This prevented pretty much all of perlio.h from defining anything, and we need that for the the actual fix.
1 parent 29cc805 commit 5b6d8d9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

win32/win32.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@
4343
/* #include "config.h" */
4444

4545

46-
#define PerlIO FILE
47-
4846
#include <sys/stat.h>
4947
#include "EXTERN.h"
5048
#include "perl.h"

0 commit comments

Comments
 (0)