From: David Webster Date: Tue, 22 May 2001 17:25:21 +0000 (+0000) Subject: Fixes errno.h problems and enable joystick code X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/3eada58e7aa4284043bbc4aa96fba47c6b91d67a?hp=84a81942dd0a64d7dbbf6f1ad7127c2de16c1363 Fixes errno.h problems and enable joystick code git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@10275 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/os2/app.h b/include/wx/os2/app.h index f5287d284c..079330cd68 100644 --- a/include/wx/os2/app.h +++ b/include/wx/os2/app.h @@ -21,7 +21,6 @@ #include #undef BYTE_ORDER #include -#include #define INCL_ORDERS #endif diff --git a/include/wx/os2/setup.h b/include/wx/os2/setup.h index 83aa19c650..7bea1764b1 100644 --- a/include/wx/os2/setup.h +++ b/include/wx/os2/setup.h @@ -56,6 +56,12 @@ #define wxUSE_TIMEDATE 1 // 0 for no wxTime/wxDate classes +#define wxUSE_MENUS 1 + // 0 for no menus + +#define wxUSE_JOYSTICK 1 + // 0 for no joystick functions + #define wxUSE_CLIPBOARD 1 // 0 for no clipboard functions diff --git a/include/wx/os2/setup0.h b/include/wx/os2/setup0.h index 83aa19c650..7bea1764b1 100644 --- a/include/wx/os2/setup0.h +++ b/include/wx/os2/setup0.h @@ -56,6 +56,12 @@ #define wxUSE_TIMEDATE 1 // 0 for no wxTime/wxDate classes +#define wxUSE_MENUS 1 + // 0 for no menus + +#define wxUSE_JOYSTICK 1 + // 0 for no joystick functions + #define wxUSE_CLIPBOARD 1 // 0 for no clipboard functions