diff options
author | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-21 16:34:45 +0300 |
---|---|---|
committer | Tor Lillqvist <tlillqvist@novell.com> | 2011-05-21 16:34:45 +0300 |
commit | f05f8318294f07957863b166ca316b8df1bcbd4e (patch) | |
tree | cf6438981b1bfc3538dfe9ef1b70a45a353736e9 /unixODBC/inc | |
parent | 594c9038df36fcc9502aa0063ad049017194b5e2 (diff) |
Drop OS2
Diffstat (limited to 'unixODBC/inc')
-rw-r--r-- | unixODBC/inc/sqltypes.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/unixODBC/inc/sqltypes.h b/unixODBC/inc/sqltypes.h index b0c5b6d8cab6..69183e83fcd6 100644 --- a/unixODBC/inc/sqltypes.h +++ b/unixODBC/inc/sqltypes.h @@ -75,11 +75,7 @@ extern "C" { #define FAR #define CALLBACK -#ifdef __OS2__ -#define SQL_API _System -#else #define SQL_API -#endif #define BOOL int typedef void* HWND; typedef char CHAR; |