]> git.saurik.com Git - wxWidgets.git/blobdiff - src/iodbc/dlproc.h
wxFoldBar now also horizontal (with API methods renamed to mean length rather than...
[wxWidgets.git] / src / iodbc / dlproc.h
index 34aeac6cd1bba1d250a4b9b7c2d17a5521cfb05c..663055599dfa0103ebcb671c42e4f7d8a1abd90d 100644 (file)
@@ -26,7 +26,7 @@
 #ifndef        _DLPROC_H
 #define        _DLPROC_H
 
 #ifndef        _DLPROC_H
 #define        _DLPROC_H
 
-#include       <dlf.h>
+#include       "dlf.h"
 
 typedef RETCODE (FAR * HPROC) ();
 
 
 typedef RETCODE (FAR * HPROC) ();
 
@@ -40,7 +40,7 @@ typedef void *HDLL;
 typedef shl_t HDLL;
 #endif
 
 typedef shl_t HDLL;
 #endif
 
-#ifdef DLDAPI_AIX_LOAD
+#if defined(DLDAPI_AIX_LOAD) || defined(__DECCXX)
 typedef void *HDLL;
 #endif
 
 typedef void *HDLL;
 #endif