add definition for FAR for mingwin 2.95
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5883 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -35,6 +35,11 @@
|
|||||||
|
|
||||||
#elif defined(WIN32)
|
#elif defined(WIN32)
|
||||||
#define SQL_API __stdcall
|
#define SQL_API __stdcall
|
||||||
|
|
||||||
|
#ifndef FAR
|
||||||
|
#define FAR
|
||||||
|
#endif
|
||||||
|
|
||||||
#else
|
#else
|
||||||
#define FAR
|
#define FAR
|
||||||
#define EXPORT
|
#define EXPORT
|
||||||
|
Reference in New Issue
Block a user