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:
@@ -21,7 +21,6 @@
|
|||||||
#include <utils.h>
|
#include <utils.h>
|
||||||
#undef BYTE_ORDER
|
#undef BYTE_ORDER
|
||||||
#include <types.h>
|
#include <types.h>
|
||||||
#include <nerrno.h>
|
|
||||||
#define INCL_ORDERS
|
#define INCL_ORDERS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
@@ -56,6 +56,12 @@
|
|||||||
#define wxUSE_TIMEDATE 1
|
#define wxUSE_TIMEDATE 1
|
||||||
// 0 for no wxTime/wxDate classes
|
// 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
|
#define wxUSE_CLIPBOARD 1
|
||||||
// 0 for no clipboard functions
|
// 0 for no clipboard functions
|
||||||
|
|
||||||
|
@@ -56,6 +56,12 @@
|
|||||||
#define wxUSE_TIMEDATE 1
|
#define wxUSE_TIMEDATE 1
|
||||||
// 0 for no wxTime/wxDate classes
|
// 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
|
#define wxUSE_CLIPBOARD 1
|
||||||
// 0 for no clipboard functions
|
// 0 for no clipboard functions
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user