projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added ::IsOk() to wxDataStream for error checking in
[wxWidgets.git]
/
src
/
iodbc
/
isql.h
diff --git
a/src/iodbc/isql.h
b/src/iodbc/isql.h
index 5774241d4c0b272a4547f485ed507a1c56f39d39..9309ca6a898b80a66ad61b6279bba5676512dc33 100644
(file)
--- a/
src/iodbc/isql.h
+++ b/
src/iodbc/isql.h
@@
-26,6
+26,7
@@
#ifndef _ISQL_H
#define _ISQL_H
+#ifndef WIN16
#ifdef WIN32
#define SQL_API __stdcall
#else
@@
-36,6
+37,9
@@
typedef void *HWND;
#endif
+#endif
+
+typedef void *SQLHWND;
typedef unsigned char UCHAR;
typedef long int SDWORD;