summaryrefslogtreecommitdiff
path: root/win32/win32.h
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-11-16 07:24:21 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-11-16 07:24:21 +0000
commit074203d270bba2046f6d272f9d01385257be9fee (patch)
treee4ece206c3afe82313f3faa4a82468cdfb32d2f5 /win32/win32.h
parent46620a87720943120cabe6ffe2e94a2c3506c4c2 (diff)
matz
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1040 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'win32/win32.h')
-rw-r--r--win32/win32.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/win32/win32.h b/win32/win32.h
index 2976781401..ebffc5c8ab 100644
--- a/win32/win32.h
+++ b/win32/win32.h
@@ -177,7 +177,7 @@ extern char *NtGetBin(void);
extern FILE *mypopen(char *, char *);
extern int mypclose(FILE *);
extern int flock(int fd, int oper);
-extern FILE * myfdopen(int, const char *);
+extern int myfddup(int);
extern void myfdclose(FILE *);
extern SOCKET myaccept(SOCKET, struct sockaddr *, int *);
extern int mybind(SOCKET, struct sockaddr *, int);
@@ -267,11 +267,6 @@ extern char *mystrerror(int);
/* #undef va_start */
/* #undef va_end */
-#ifdef fdopen
-#undef fdopen
-#endif
-#define fdopen myfdopen
-
#ifdef accept
#undef accept
#endif