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:
Vadim Zeitlin
2000-01-12 21:23:26 +00:00
parent 5e64b2b6a1
commit c5c32d72aa
2 changed files with 8 additions and 5 deletions

View File

@@ -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