]> git.saurik.com Git - wxWidgets.git/commitdiff
add definition for FAR for mingwin 2.95
authorBart A.M. Jourquin <bart.jourquin@fucam.ac.be>
Mon, 7 Feb 2000 10:08:09 +0000 (10:08 +0000)
committerBart A.M. Jourquin <bart.jourquin@fucam.ac.be>
Mon, 7 Feb 2000 10:08:09 +0000 (10:08 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5883 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/isql.h

index da29383e6e7a245ba843d86a763b7550d4035f11..e971f02468c1ac970e7cf2614d9a92217c095c4d 100644 (file)
 
 #elif defined(WIN32)
 #define SQL_API                                __stdcall
+
+#ifndef FAR  
+#define FAR 
+#endif
+
 #else
 #define FAR
 #define EXPORT