X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/0e320a79f187558effb04d92020b470372bbe456..a181ac202ff4c61d04d0c36c28217218d8d331c9:/include/wx/os2/setup.h diff --git a/include/wx/os2/setup.h b/include/wx/os2/setup.h index 7945fcd3e9..f1deadd054 100644 --- a/include/wx/os2/setup.h +++ b/include/wx/os2/setup.h @@ -1,21 +1,34 @@ ///////////////////////////////////////////////////////////////////////////// // Name: setup.h // Purpose: Configuration for the library -// Author: Julian Smart +// Author: David Webster // Modified by: -// Created: 01/02/97 +// Created: 04/02/99 // RCS-ID: $Id$ -// Copyright: (c) Julian Smart +// Copyright: (c) David Webster // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// #ifndef _WX_SETUP_H_ #define _WX_SETUP_H_ -/* - * General features - * - */ +// ---------------------------------------------------------------------------- +// global settings +// ---------------------------------------------------------------------------- + +// define this to 0 when building wxBase library +#define wxUSE_GUI 1 + +#define WXWIN_COMPATIBILITY 0 + // Compatibility with 1.68 API. + // Level 0: no backward compatibility, all new features + // Level 1: Some compatibility. In fact + // the compatibility code is now very minimal so there + // is little advantage to setting it to 1. + +// ---------------------------------------------------------------------------- +// General features +// ---------------------------------------------------------------------------- #define wxUSE_CONFIG 1 // Use wxConfig, with CreateConfig in wxApp