summaryrefslogtreecommitdiff
path: root/win32/win32iop.h
diff options
context:
space:
mode:
authorNick Ing-Simmons <nik@tiuk.ti.com>1997-11-28 22:39:39 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>1997-11-28 22:39:39 +0000
commit5b0d9cbecfd90628c0e955ee142f05f9b60bcf43 (patch)
treeaf50799266dd7553b6090aa7116baf1118b5c659 /win32/win32iop.h
parent04dc04aa73cc58d998c1f2e8d4c3f8576eee7e49 (diff)
downloadperl-5b0d9cbecfd90628c0e955ee142f05f9b60bcf43.tar.gz
Builds completely with Mingw32, dynamic loaded extensions
don't work yet - suspect __declspec() non-implemented issues. p4raw-id: //depot/ansiperl@329
Diffstat (limited to 'win32/win32iop.h')
-rw-r--r--win32/win32iop.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/win32/win32iop.h b/win32/win32iop.h
index c862cada26..ccc1a65218 100644
--- a/win32/win32iop.h
+++ b/win32/win32iop.h
@@ -211,7 +211,9 @@ END_EXTERN_C
#define perror win32_perror
#define setbuf win32_setbuf
#define setvbuf win32_setvbuf
+#undef flushall
#define flushall win32_flushall
+#undef fcloseall
#define fcloseall win32_fcloseall
#define fgets win32_fgets
#define gets win32_gets