]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/dynarray.h
Compile fixes and typos corrected.
[wxWidgets.git] / include / wx / dynarray.h
index e1ee899f16f05c39ad56babbe44872fea9250526..b05f260955c26951005da67ec6e2de47e0987a41 100644 (file)
  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