diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1997-11-12 03:25:17 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1997-11-12 03:25:17 +0000 |
commit | 326b05e39df78c03a667485573aed70a9080cab0 (patch) | |
tree | 8aeb45ed238b3c5098f60d7c42b7812474be91ac /win32/win32io.c | |
parent | 4b026b9ec580787cd32d43ab9381ecc2040179be (diff) | |
download | perl-326b05e39df78c03a667485573aed70a9080cab0.tar.gz |
Clean up win32/win32sck.c (runtime load of Winsock now gone, it can be
done cleaner, if really needed (perhaps only for efficiency reasons?)).
Redundant EXTERN_C definitions and related warnings fixed.
p4raw-id: //depot/win32/perl@238
Diffstat (limited to 'win32/win32io.c')
-rw-r--r-- | win32/win32io.c | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/win32/win32io.c b/win32/win32io.c index 0e2e649059..e4d0bd86c8 100644 --- a/win32/win32io.c +++ b/win32/win32io.c @@ -16,15 +16,6 @@ extern int my_fclose(FILE *pf); #include <process.h> #include <direct.h> - -#ifdef __cplusplus -#define START_EXTERN_C extern "C" { -#define END_EXTERN_C } -#else -#define START_EXTERN_C -#define END_EXTERN_C -#endif - #include "win32iop.h" /* |