From 57143e73be61ad4ed95e8d5fdc799945c48c8339 Mon Sep 17 00:00:00 2001 From: Nick Ing-Simmons Date: Thu, 2 May 2002 15:18:12 +0000 Subject: Do not build if not using layers p4raw-id: //depot/perlio@16345 --- win32/win32io.c | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'win32/win32io.c') diff --git a/win32/win32io.c b/win32/win32io.c index d10adb46ef..4e61aaa5f7 100644 --- a/win32/win32io.c +++ b/win32/win32io.c @@ -10,11 +10,15 @@ #include #include "EXTERN.h" #include "perl.h" + +#ifdef PERLIO_LAYERS + #include "perliol.h" #define NO_XSLOCKS #include "XSUB.h" + /* Bottom-most level for Win32 case */ typedef struct @@ -359,5 +363,5 @@ PerlIO_funcs PerlIO_win32 = { NULL, /* set_ptrcnt */ }; - +#endif -- cgit v1.2.1