Do not build if not using layers
Nick Ing-Simmons [Thu, 2 May 2002 15:18:12 +0000 (15:18 +0000)]
p4raw-id: //depot/perlio@16345

win32/win32io.c

index d10adb4..4e61aaa 100644 (file)
 #include <sys/stat.h>
 #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