From: Bart A.M. Jourquin Date: Mon, 7 Feb 2000 10:08:09 +0000 (+0000) Subject: add definition for FAR for mingwin 2.95 X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/96820af7cb5584b3d1791001db67d4f2a092466b 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 --- diff --git a/include/wx/isql.h b/include/wx/isql.h index da29383e6e..e971f02468 100644 --- a/include/wx/isql.h +++ b/include/wx/isql.h @@ -35,6 +35,11 @@ #elif defined(WIN32) #define SQL_API __stdcall + +#ifndef FAR +#define FAR +#endif + #else #define FAR #define EXPORT