projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
xti change
[wxWidgets.git]
/
src
/
iodbc
/
isql.h
diff --git
a/src/iodbc/isql.h
b/src/iodbc/isql.h
index a1f406626dc0b7550911455df57909cac85b7c6c..e8c10d0028360f7e941e3038a2651bd19072a698 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
@@
-33,9
+34,11
@@
#define EXPORT
#define CALLBACK
#define SQL_API EXPORT CALLBACK
-
+#ifndef __EMX__
typedef void *HWND;
#endif
+#endif
+#endif
typedef void *SQLHWND;