X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/24f618eea6df32387bf7d11abacdd4fd8b29b86a..7f3f8f1e85e34898a30a8463ca73c86d6550548d:/include/wx/os2/setup0.h diff --git a/include/wx/os2/setup0.h b/include/wx/os2/setup0.h index fdaea990ea..272a0d2e1f 100644 --- a/include/wx/os2/setup0.h +++ b/include/wx/os2/setup0.h @@ -1074,13 +1074,12 @@ // list of libraries used to link your application (although this is done // implicitly for Microsoft Visual C++ users). // -// Default is 0 unless USE_OPENGL was defined on make command line in which -// case this is predefined as 1. +// Default is 1 unless the compiler is known to ship without the necessary +// headers (Digital Mars) or the platform doesn't support OpenGL (Windows CE). // -// Recommended setting: 1 if you intend to use OpenGL, 0 otherwise -#ifndef wxUSE_GLCANVAS - #define wxUSE_GLCANVAS 0 -#endif +// Recommended setting: 1 if you intend to use OpenGL, can be safely set to 0 +// otherwise. +#define wxUSE_GLCANVAS 1 // wxRichTextCtrl allows editing of styled text. //