wchar follow-up (trunk only)
- ensure that wchar.h is included even if it is not included from another system header file as it is on some platforms. - attempt to make the NHWCHAR_P definition more appropriate for more platforms.
This commit is contained in:
@@ -69,6 +69,8 @@ typedef xchar boolean; /* 0 or 1 */
|
||||
# define UNICODE_DRAWING /* store drawing symbols in wchar_t data type */
|
||||
# define UNICODE_WIDEWINPORT /* store and render wide chars in window port */
|
||||
/*# define UNICODE_PLAYERTEXT*/ /* not implemented - player input in wide chars */
|
||||
#include <limits.h>
|
||||
#include <wchar.h>
|
||||
#else
|
||||
# undef UNICODE_DRAWING
|
||||
# undef UNICODE_WIDEWINPORT
|
||||
|
||||
Reference in New Issue
Block a user