diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2002-05-07 23:42:42 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2002-05-07 23:42:42 +0000 |
commit | 6e21dc912fff1c74f60032b406b7b96bd0c3ee86 (patch) | |
tree | 42fe393a335e7d83f20b810c752ed094142982f7 /win32/win32iop.h | |
parent | 22a65f1e060cc583560af22c8de3f5ccad3c0161 (diff) | |
download | perl-6e21dc912fff1c74f60032b406b7b96bd0c3ee86.tar.gz |
fixes for various warnings identified by Visual C++
p4raw-id: //depot/perl@16460
Diffstat (limited to 'win32/win32iop.h')
-rw-r--r-- | win32/win32iop.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/win32iop.h b/win32/win32iop.h index ebfb6c21e7..1568a12207 100644 --- a/win32/win32iop.h +++ b/win32/win32iop.h @@ -113,6 +113,7 @@ DllExport void win32_free(void *block); DllExport int win32_open_osfhandle(intptr_t handle, int flags); DllExport intptr_t win32_get_osfhandle(int fd); +DllExport FILE* win32_fdupopen(FILE *pf); DllExport DIR* win32_opendir(char *filename); DllExport struct direct* win32_readdir(DIR *dirp); |