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:
Bart A.M. Jourquin 2000-02-07 10:08:09 +00:00
parent 57c1c6cb9b
commit 96820af7cb

View File

@ -35,6 +35,11 @@
#elif defined(WIN32)
#define SQL_API __stdcall
#ifndef FAR
#define FAR
#endif
#else
#define FAR
#define EXPORT