X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/683730003ba8f36fa07496b8f298d40733534aea..9b61f868b597a84fd3c589b2e8539624c491f86b:/include/wx/dynarray.h diff --git a/include/wx/dynarray.h b/include/wx/dynarray.h index e1ee899f16..b05f260955 100644 --- a/include/wx/dynarray.h +++ b/include/wx/dynarray.h @@ -44,8 +44,10 @@ must return negative value, 0 or positive value if pItem1 <, = or > pItem2 */ -#ifdef __VISUALC__ +#if defined(__VISUALC__) #define CMPFUNC_CONV _cdecl +#elif defined(__VISAGECPP__) + #define CMPFUNC_CONV _Optlink #else // !Visual C++ #define CMPFUNC_CONV #endif // compiler