projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Added headers that didn't get installed.
[wxWidgets.git]
/
src
/
iodbc
/
dlproc.h
diff --git
a/src/iodbc/dlproc.h
b/src/iodbc/dlproc.h
index 34aeac6cd1bba1d250a4b9b7c2d17a5521cfb05c..663055599dfa0103ebcb671c42e4f7d8a1abd90d 100644
(file)
--- a/
src/iodbc/dlproc.h
+++ b/
src/iodbc/dlproc.h
@@
-26,7
+26,7
@@
#ifndef _DLPROC_H
#define _DLPROC_H
-#include
<dlf.h>
+#include
"dlf.h"
typedef RETCODE (FAR * HPROC) ();
@@
-40,7
+40,7
@@
typedef void *HDLL;
typedef shl_t HDLL;
#endif
-#if
def DLDAPI_AIX_LOAD
+#if
defined(DLDAPI_AIX_LOAD) || defined(__DECCXX)
typedef void *HDLL;
#endif