Added an OS/2 section to the sql defines
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5955 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -40,6 +40,15 @@
|
|||||||
#define FAR
|
#define FAR
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#elif defined(__OS2__)
|
||||||
|
#define SQL_API _Optlink
|
||||||
|
|
||||||
|
#ifndef FAR
|
||||||
|
#define FAR
|
||||||
|
#define EXPORT
|
||||||
|
#define CALLBACK
|
||||||
|
#endif
|
||||||
|
|
||||||
#else
|
#else
|
||||||
#define FAR
|
#define FAR
|
||||||
#define EXPORT
|
#define EXPORT
|
||||||
|
Reference in New Issue
Block a user