diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-21 07:15:54 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-21 07:15:54 +0000 |
commit | db15561cb83ed8e36f76d63e4283fc51c30fd71f (patch) | |
tree | 27633dd207e28c21b9b96dede3a5535513b13c37 /win32/win32sck.c | |
parent | 42d3a99d28b720322fc7b50bd358ea47c49a9722 (diff) | |
download | perl-db15561cb83ed8e36f76d63e4283fc51c30fd71f.tar.gz |
fixes to enable PERL_OBJECT build with mingw32/egcs-1.0.2
p4raw-id: //depot/perl@1612
Diffstat (limited to 'win32/win32sck.c')
-rw-r--r-- | win32/win32sck.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/win32/win32sck.c b/win32/win32sck.c index 8929ea7d09..52dc128f9a 100644 --- a/win32/win32sck.c +++ b/win32/win32sck.c @@ -13,10 +13,6 @@ #define WIN32_LEAN_AND_MEAN #ifdef __GNUC__ #define Win32_Winsock -# ifdef __cplusplus -#undef __attribute__ /* seems broken in 2.8.0 */ -#define __attribute__(p) -# endif #endif #include <windows.h> #include "EXTERN.h" |