projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79144b8
)
Changed #ifdef _IODBC_ to #ifdef __UNIX__
author
George Tasker
<gtasker@allenbrook.com>
Tue, 12 Oct 1999 11:02:53 +0000
(11:02 +0000)
committer
George Tasker
<gtasker@allenbrook.com>
Tue, 12 Oct 1999 11:02:53 +0000
(11:02 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3938
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
include/wx/db.h
patch
|
blob
|
blame
|
history
diff --git
a/include/wx/db.h
b/include/wx/db.h
index 7ba5b74748603b4456671c307cde595eedf4b55f..e5c4d1fed0c660dd3965dd9c4fbbab778f97af30 100644
(file)
--- a/
include/wx/db.h
+++ b/
include/wx/db.h
@@
-47,13
+47,14
@@
#ifdef __GNUG__
#pragma interface "db.h"
#endif
+ #include "wx/filefn.h"
#endif
#if defined(wx_msw) || defined(__WXMSW__) || defined(WIN32)
#include <windows.h>
#endif
-#ifdef _
IODBC
_
+#ifdef _
_UNIX_
_
#if wxMAJOR_VERSION == 2
extern "C" {
#include "../../src/iodbc/isql.h"