diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 1998-10-26 02:44:44 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 1998-10-26 02:44:44 +0000 |
commit | b86a2fa703d0daf651095b1947eb50e3b5cc41d9 (patch) | |
tree | 4813808e1f50c63dc88e862ce9415eea78c08ade /win32/win32.h | |
parent | ce9935e078582f01b05cad6db77c0a8312bee15b (diff) | |
download | perl-b86a2fa703d0daf651095b1947eb50e3b5cc41d9.tar.gz |
various win32 tweaks; disable new xs_cpp section (it creates
ambiguous inference graph for %.xs --> %.o)
p4raw-id: //depot/perl@2086
Diffstat (limited to 'win32/win32.h')
-rw-r--r-- | win32/win32.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/win32/win32.h b/win32/win32.h index 8b789fd180..b52ef4eb80 100644 --- a/win32/win32.h +++ b/win32/win32.h @@ -32,7 +32,9 @@ typedef long long __int64; #endif # ifndef PERL_OBJECT # define PERL_GLOBAL_STRUCT -# define MULTIPLICITY +# ifndef MULTIPLICITY +# define MULTIPLICITY +# endif # endif #endif |