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
This commit is contained in:
David Webster
2001-05-22 17:25:21 +00:00
parent 84a81942dd
commit 3eada58e7a
3 changed files with 12 additions and 1 deletions

View File

@@ -21,7 +21,6 @@
#include <utils.h>
#undef BYTE_ORDER
#include <types.h>
#include <nerrno.h>
#define INCL_ORDERS
#endif

View File

@@ -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

View File

@@ -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