some compilation fixes for mingw32 and not only
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5362 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -349,7 +349,6 @@ typedef int wxWindowID;
|
||||
#else
|
||||
// no stdcall under Unix nor Win16
|
||||
#define wxCALLBACK
|
||||
|
||||
#endif // platform
|
||||
|
||||
// callling convention for the qsort(3) callback
|
||||
@@ -1800,6 +1799,8 @@ typedef WXHWND WXWidget;
|
||||
#define FAR _far
|
||||
#endif
|
||||
#endif // no FAR
|
||||
#else // Win32
|
||||
#define FAR
|
||||
#endif // Win16/32
|
||||
|
||||
#endif // MSW
|
||||
|
Reference in New Issue
Block a user