Compilation fix for Watcom (on OS/2).

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50046 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Neis
2007-11-18 13:40:43 +00:00
parent 78cb09ec43
commit ddfed775ab
2 changed files with 16 additions and 1 deletions

View File

@@ -1221,4 +1221,13 @@
/* --- end common options --- */
/*
* Unix-specific options
*/
#define wxUSE_SELECT_DISPATCHER 1
#define wxUSE_EPOLL_DISPATCHER 0
#define wxUSE_UNICODE_UTF8 0
#define wxUSE_UTF8_LOCALE_ONLY 0
#endif // _WX_SETUP_H_