ENH: Fix the symantic of unicode_wchar

This commit is contained in:
Andy Cedilnik 2005-03-06 11:26:50 -05:00
parent 994bb76916
commit fbc894b646
2 changed files with 4 additions and 1 deletions

View File

@ -5,6 +5,9 @@ INCLUDE_REGULAR_EXPRESSION("^.*$")
# Include all the necessary files for macros
SET(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/CMake")
OPTION(HAVE_UNICODE_WCHAR "Enable Unicode Support" YES)
MARK_AS_ADVANCED(HAVE_UNICODE_WCHAR)
# Check if header file exists and add it to the list.
SET(CURRENT_INCLUDES)
INCLUDE (CheckIncludeFiles)

View File

@ -26,7 +26,7 @@
#define ATTR_UNUSED @ATTR_UNUSED@
#define HAVE_UNICODE_WCHAR @HAVE_UNICODE_WCHAR_DEFINE@
#define HAVE_UNICODE_WCHAR @HAVE_UNICODE_WCHAR@
#define DIRECTORY_SEPARATOR "@DIRECTORY_SEPARATOR@"