diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-11 18:54:42 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-07-11 18:54:42 +0000 |
commit | b3e5c95e72eb5ef0da062fcedae8b033bb65f823 (patch) | |
tree | b5af127ddaab3270bf02aaada1ad6e81618acf67 /win32/win32.h | |
parent | 31a572f1af10f4f4aa17b8feb0c7306d17041839 (diff) | |
download | perl-b3e5c95e72eb5ef0da062fcedae8b033bb65f823.tar.gz |
win32 fixes for VC 6.0 nits
p4raw-id: //depot/perl@1435
Diffstat (limited to 'win32/win32.h')
-rw-r--r-- | win32/win32.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/win32.h b/win32/win32.h index c251a315ef..76052ed8ee 100644 --- a/win32/win32.h +++ b/win32/win32.h @@ -79,6 +79,7 @@ struct tms { }; #ifndef START_EXTERN_C +#undef EXTERN_C #ifdef __cplusplus # define START_EXTERN_C extern "C" { # define END_EXTERN_C } |