]> git.saurik.com Git - wxWidgets.git/blobdiff - src/iodbc/dlproc.h
line endings corrected, OmnisRC removed
[wxWidgets.git] / src / iodbc / dlproc.h
index 34aeac6cd1bba1d250a4b9b7c2d17a5521cfb05c..663055599dfa0103ebcb671c42e4f7d8a1abd90d 100644 (file)
@@ -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
 
-#ifdef DLDAPI_AIX_LOAD
+#if defined(DLDAPI_AIX_LOAD) || defined(__DECCXX)
 typedef void *HDLL;
 #endif