From 074203d270bba2046f6d272f9d01385257be9fee Mon Sep 17 00:00:00 2001 From: matz Date: Thu, 16 Nov 2000 07:24:21 +0000 Subject: matz git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@1040 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- win32/win32.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'win32/win32.h') 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 -- cgit v1.2.3