summaryrefslogtreecommitdiff
path: root/win32/win32.h
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-07-11 18:54:42 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-07-11 18:54:42 +0000
commitb3e5c95e72eb5ef0da062fcedae8b033bb65f823 (patch)
treeb5af127ddaab3270bf02aaada1ad6e81618acf67 /win32/win32.h
parent31a572f1af10f4f4aa17b8feb0c7306d17041839 (diff)
downloadperl-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.h1
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 }