blob: 09de6e39a079b34ea371a047299195acdc2c5fb5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
--- util/MYODBCUtil.h.orig Sun Oct 9 22:33:40 2005
+++ util/MYODBCUtil.h Thu Oct 27 16:13:47 2005
@@ -40,7 +40,11 @@
#include <sqlext.h>
#endif
+# if defined(HAVE_IODBCINST_H)
+#include <iodbcinst.h>
+#elif defined(HAVE_ODBCINST_H)
#include <odbcinst.h>
+# endif
/*
Handle case on OSX where we want to use GetPrivateProfileString (because it
|