*** empty log message ***
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3173 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user