// Modified by:
// Created: 01/02/97
// RCS-ID: $Id$
-// Copyright: (c) Julian Smart and Markus Holzem
+// Copyright: (c) Olaf Klein, Patrick Halke, Julian Smart
// Licence: wxWindows licence
/////////////////////////////////////////////////////////////////////////////
#if wxUSE_ODBC
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(__APPLE__)
#pragma interface "odbc.h"
#endif
#ifdef __UNIX__
extern "C"
{
- #include "../../src/iodbc/isql.h"
- #include "../../src/iodbc/isqlext.h"
- #include "../../src/iodbc/odbc_funcs.h"
- #include "../../src/iodbc/odbc_types.h"
+ #include "wx/isql.h"
+ #include "wx/isqlext.h"
typedef float SFLOAT;
typedef double SDOUBLE;
#define ULONG UDWORD
+ #define SQL_SQLSTATE_SIZE 5
}
#else // !Unix
#include <sqlext.h>