diff --git a/config/CONFIG.Host.WIN32 b/config/CONFIG.Host.WIN32 index 539e25337..83efdef7e 100644 --- a/config/CONFIG.Host.WIN32 +++ b/config/CONFIG.Host.WIN32 @@ -90,10 +90,11 @@ ACC_SLIBS_NO= # because MS uses: if __STDC__ ... disable many nice things # # Use of /Za would dissable DLL import/export keywords which +# Use of /GX supports C++ extensions # EPICS include/excludes using architecture neutral macros CCC = cl -CCC_NORMAL = $(CCC) /nologo /D__STDC__=0 -CCC_STRICT = $(CCC) /nologo /D__STDC__=0 +CCC_NORMAL = $(CCC) /nologo /D__STDC__=0 /GX +CCC_STRICT = $(CCC) /nologo /D__STDC__=0 /GX CCC_TEMPL_INST_FLAG = #