Modified:
branches/guffert/util/installer.h
Log:
Include package main headers for configuration information and basic defines
Modified: branches/guffert/util/installer.h
===================================================================
--- branches/guffert/util/installer.h 2007-11-02 16:37:36 UTC (rev 833)
+++ branches/guffert/util/installer.h 2007-11-03 11:48:39 UTC (rev 834)
@@ -27,20 +27,14 @@
#ifndef _INSTALLER_H
#define _INSTALLER_H
+#include <wchar.h>
+#include "../MYODBC_CONF.h"
+#include "../MYODBC_ODBC.h"
+
#ifdef __cplusplus
extern "C" {
#endif
-#ifdef _WIN32
-# include <windows.h>
-#endif
-
-#include <wchar.h>
-
-#include <sql.h>
-#include <sqlext.h>
-#include <odbcinst.h>
-
/* the different modes used when calling MYODBCSetupDataSourceConfig */
#define CONFIG_ADD 1
#define CONFIG_EDIT 2
| Thread |
|---|
| • Connector/ODBC 3.51 commit: r834 - branches/guffert/util | kboortz | 3 Nov |