X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/936525578d838199cf0592e0f89f0a14550398c6..a9a2485d6464928fcf1012e573f4b3b734238300:/include/wx/arrstr.h diff --git a/include/wx/arrstr.h b/include/wx/arrstr.h index 3bc11f0655..a9e6f86f04 100644 --- a/include/wx/arrstr.h +++ b/include/wx/arrstr.h @@ -97,7 +97,7 @@ public: // FIXME-VC6: currently it's only not defined for VC6 in DLL build as it // doesn't export template methods from DLL correctly so even though // it compiles them fine, we get link errors when using wxArrayString -#if !defined(__VISUALC6__) || !(defined(WXMAKINGDLL || defined(WXUSINGDLL))) +#if !defined(__VISUALC6__) || !(defined(WXMAKINGDLL) || defined(WXUSINGDLL)) #define wxHAS_VECTOR_TEMPLATE_ASSIGN #endif