fix include files path
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5825 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
170cbe33dc
commit
5d8bc5d35d
@ -28,15 +28,14 @@
|
||||
#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>
|
||||
|
Loading…
Reference in New Issue
Block a user