X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3103e8a97e834e9793f0eb149aa82a99fd64ef9a..2f02438455eb15e03039d701adaec56ddf2fb97c:/include/wx/dbtable.h diff --git a/include/wx/dbtable.h b/include/wx/dbtable.h index 4023c3b13a..5e7ff17554 100644 --- a/include/wx/dbtable.h +++ b/include/wx/dbtable.h @@ -21,10 +21,6 @@ #include "wx/defs.h" -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "dbtable.h" -#endif - #include "wx/db.h" #include "wx/variant.h" @@ -59,7 +55,7 @@ public: bool Updateable; // Specifies whether this column is updateable bool InsertAllowed; // Specifies whether this column should be included in an INSERT statement bool DerivedCol; // Specifies whether this column is a derived value - SDWORD CbValue; // Internal use only!!! + SQLLEN CbValue; // Internal use only!!! bool Null; // NOT FULLY IMPLEMENTED - Allows NULL values in Inserts and Updates wxDbColDef();