]> git.saurik.com Git - wxWidgets.git/blobdiff - src/iodbc/config.h
use wxDIB class instead of duplicating DDB -> DIB conversion code once again (aaaargh...
[wxWidgets.git] / src / iodbc / config.h
index 1fb5ac1b82cc64c904490e4cf6c08d2f5fd2396f..c42ea64e59c26512ace2e6682c2bfb0aac594f27 100644 (file)
 
 #include "wx/setup.h"
 
+/* we have these definitions from configure */
+#if defined(HAVE_DLOPEN)
+    #define DLDAPI_SVR4_DLFCN
+#elif defined(HAVE_SHL_LOAD)
+    #define DLDAPI_HP_SHL
+#endif
+
 #include       <stdlib.h>
 #include       <sys/types.h>
 #include        <string.h>