X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/108106cfe7af7b582fcaae8f5fe0ac05c545259d..520e470fdd0daef09c77938db642e4583933c90d:/src/common/db.cpp diff --git a/src/common/db.cpp b/src/common/db.cpp index 7d04ee2f3e..1c2c703f42 100644 --- a/src/common/db.cpp +++ b/src/common/db.cpp @@ -25,7 +25,9 @@ // SYNOPSIS STOP */ +#ifdef __GNUG__ #pragma implementation "db.h" +#endif /* #ifdef _CONSOLE @@ -43,7 +45,7 @@ #include #endif //WX_PRECOMP -#if USE_ODBC +#if wxUSE_ODBC #include @@ -1317,4 +1319,4 @@ bool GetDataSource(HENV henv, char *Dsn, SWORD DsnMax, char *DsDesc, SWORD DsDes } // GetDataSource() #endif - // USE_ODBC + // wxUSE_ODBC