]> git.saurik.com Git - wxWidgets.git/commitdiff
Added an OS/2 section to the sql defines
authorDavid Webster <Dave.Webster@bhmi.com>
Thu, 10 Feb 2000 18:32:08 +0000 (18:32 +0000)
committerDavid Webster <Dave.Webster@bhmi.com>
Thu, 10 Feb 2000 18:32:08 +0000 (18:32 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5955 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/isql.h

index e971f02468c1ac970e7cf2614d9a92217c095c4d..9edfae366ad3ab377b3a542a3115827524a31c63 100644 (file)
@@ -6,8 +6,8 @@
  *  iODBC defines
  *
  *  The iODBC driver manager.
- *  
- *  Copyright (C) 1995 by Ke Jin <kejin@empress.com> 
+ *
+ *  Copyright (C) 1995 by Ke Jin <kejin@empress.com>
  *
  *  This library is free software; you can redistribute it and/or
  *  modify it under the terms of the GNU Library General Public
 #elif defined(WIN32)
 #define SQL_API                                __stdcall
 
-#ifndef FAR  
-#define FAR 
+#ifndef FAR
+#define FAR
+#endif
+
+#elif defined(__OS2__)
+#define SQL_API                                _Optlink
+
+#ifndef FAR
+#define FAR
+#define EXPORT
+#define CALLBACK
 #endif
 
 #else