aboutsummaryrefslogtreecommitdiff
path: root/odb/mssql/mssql-fwd.hxx
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2011-11-16 11:51:31 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2011-11-16 11:51:31 +0200
commit90e5bee516554805707436ccf9cb2b2e7d2c207a (patch)
tree65a579dceff167c67377fd2390b2b84377cdca45 /odb/mssql/mssql-fwd.hxx
parent7e704a7e6e57cf877614fd762d4667ef32be2eea (diff)
Add auto_handle class template
Diffstat (limited to 'odb/mssql/mssql-fwd.hxx')
-rw-r--r--odb/mssql/mssql-fwd.hxx9
1 files changed, 7 insertions, 2 deletions
diff --git a/odb/mssql/mssql-fwd.hxx b/odb/mssql/mssql-fwd.hxx
index 434edb1..403e2a8 100644
--- a/odb/mssql/mssql-fwd.hxx
+++ b/odb/mssql/mssql-fwd.hxx
@@ -13,10 +13,15 @@
// in public headers.
//
#ifdef _WIN32
-typedef long SQLINTEGER;
-typedef unsigned long SQLUINTEGER;
+typedef long SQLINTEGER;
+typedef unsigned long SQLUINTEGER;
#endif
+typedef short SQLSMALLINT;
+typedef unsigned short SQLUSMALLINT;
+
+typedef void* SQLHANDLE;
+
#include <odb/post.hxx>
#endif // ODB_MSSQL_MSSQL_FWD_HXX