From 96820af7cb5584b3d1791001db67d4f2a092466b Mon Sep 17 00:00:00 2001 From: "Bart A.M. Jourquin" Date: Mon, 7 Feb 2000 10:08:09 +0000 Subject: [PATCH] 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 --- include/wx/isql.h | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.50.0