X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/fb86524fc3a7a90d7d60a3f0c60cd87cc891bcd8..3d25fdeee21d8ea144e9fdbc4b632070ce95d095:/samples/db/dbtest.h diff --git a/samples/db/dbtest.h b/samples/db/dbtest.h index 780a58e27e..eb5b691081 100644 --- a/samples/db/dbtest.h +++ b/samples/db/dbtest.h @@ -9,7 +9,7 @@ // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// -#ifdef __GNUG__ +#if defined(__GNUG__) && !defined(__APPLE__) #pragma interface "dbtest.h" #endif @@ -42,7 +42,7 @@ enum DialogModes {mView,mCreate,mEdit,mSearch}; const wxChar CONTACT_TABLE_NAME[] = "contacts"; -#define wxODBC_BLOB_EXPERIMENT 0 +#define wxODBC_BLOB_EXPERIMENT 1 // Number of columns in the CONTACT table #if wxODBC_BLOB_EXPERIMENT > 0