X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/903506828b7d042350eae97b5014a63ffca17ef5..35917d228a9fc3cecd3bd8a2b67a3bf34713723b:/include/wx/db.h diff --git a/include/wx/db.h b/include/wx/db.h index 1de7c38f10..892e3d6091 100644 --- a/include/wx/db.h +++ b/include/wx/db.h @@ -57,7 +57,6 @@ #include "wx/defs.h" #include "wx/string.h" -extern "C" { #ifdef __VISUALC__ // include standard Windows headers #if defined(__WXMSW__) && !wxUSE_MFC @@ -79,10 +78,12 @@ extern "C" { #include "sqlext.h" #include "odbcinst.h" #else +extern "C" { #include "wx/isql.h" #include "wx/isqlext.h" -#endif } +#endif + typedef float SFLOAT; typedef double SDOUBLE;