diff options
Diffstat (limited to 'win32/config_H.vc64')
-rw-r--r-- | win32/config_H.vc64 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/win32/config_H.vc64 b/win32/config_H.vc64 index 82beceb1d3..8637aff035 100644 --- a/win32/config_H.vc64 +++ b/win32/config_H.vc64 @@ -3858,6 +3858,12 @@ */ /*#define HAS_COPYSIGNL /**/ +/* USE_CPLUSPLUS: + * This symbol, if defined, indicates that a C++ compiler was + * used to compiled Perl and will be used to compile extensions. + */ +/*#define USE_CPLUSPLUS /**/ + /* HAS_DBMINIT_PROTO: * This symbol, if defined, indicates that the system provides * a prototype for the dbminit() function. Otherwise, it is up |