summaryrefslogtreecommitdiff
path: root/win32/win32iop.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1997-11-12 07:40:54 +0000
committerGurusamy Sarathy <gsar@cpan.org>1997-11-12 07:40:54 +0000
commit390b85e7c411323845dca16b7882a5a5754a433e (patch)
tree85ad2b4f7f3f7423e62b89223941e6670bce5d16 /win32/win32iop.h
parent65e48ea94f536920f95a77a3a652fd45c687b28a (diff)
downloadperl-390b85e7c411323845dca16b7882a5a5754a433e.tar.gz
Egregious IOsubsystem code excised. Phew, what a relief! Two
files (win32/win32io.[ch]) completely removed, as are all traces of them in makefiles and MANIFEST. RunPerl() retains the void* arg for later. Various myfoo() things regularized to my_foo(). CPP not required anymore to create a perl binary :) p4raw-id: //depot/win32/perl@242
Diffstat (limited to 'win32/win32iop.h')
-rw-r--r--win32/win32iop.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/win32/win32iop.h b/win32/win32iop.h
index fd97d66e6c..992eec7458 100644
--- a/win32/win32iop.h
+++ b/win32/win32iop.h
@@ -21,8 +21,6 @@
#define LOCK_NB 4
#define LOCK_UN 8
-#include <win32io.h> /* pull in the io sub system structure */
-
/*
* Make this as close to original stdio as possible.
*/
@@ -111,9 +109,6 @@ EXT int win32_open_osfhandle(long handle, int flags);
EXT long win32_get_osfhandle(int fd);
-EXT PWIN32_IOSUBSYSTEM SetIOSubSystem(void *piosubsystem);
-EXT PWIN32_IOSUBSYSTEM GetIOSubSystem(void);
-
END_EXTERN_C
/*
@@ -127,6 +122,7 @@ END_EXTERN_C
#undef stdout
#undef ferror
#undef feof
+#undef fclose
#ifdef __BORLANDC__
#undef ungetc
@@ -205,8 +201,6 @@ END_EXTERN_C
#define puts win32_puts
#define getchar win32_getchar
#define putchar win32_putchar
-#define fscanf (GetIOSubSystem()->pfnfscanf)
-#define scanf (GetIOSubSystem()->pfnscanf)
#define malloc win32_malloc
#define calloc win32_calloc
#define realloc win32_realloc