added files to watcom project files

This commit is contained in:
2011-09-08 01:17:05 +00:00
parent 0f85644269
commit 5be63c4b38
8 changed files with 879 additions and 300 deletions

View File

@ -52,6 +52,9 @@
# define QSE_SIZEOF_OFF64_T 0
# define QSE_SIZEOF_OFF_T 4
#
# define QSE_SIZEOF_MBSTATE_T QSE_SIZEOF_LONG
# define QSE_MBLEN_MAX 8
#
# define QSE_CHAR_IS_WCHAR
#elif defined(__WATCOMC__) && !defined(__386__)
# define QSE_SIZEOF_CHAR 1
@ -76,7 +79,7 @@
# define QSE_SIZEOF_OFF_T 4
#
# define QSE_SIZEOF_MBSTATE_T QSE_SIZEOF_LONG
# define QSE_MBLEN_MAX 16
# define QSE_MBLEN_MAX 8
#
# define QSE_CHAR_IS_WCHAR
#else

View File

@ -1,5 +1,5 @@
/*
* $Id: conf_msw.h 554 2011-08-22 05:26:26Z hyunghwan.chung $
* $Id: conf_msw.h 561 2011-09-07 07:17:05Z hyunghwan.chung $
*
Copyright 2006-2011 Chung, Hyung-Hwan.
This file is part of QSE.
@ -135,7 +135,7 @@ _M_X64 x64 platform
# define QSE_SIZEOF_OFF_T 8
#
# define QSE_SIZEOF_MBSTATE_T QSE_SIZEOF_LONG
# define QSE_MBLEN_MAX 16
# define QSE_MBLEN_MAX 8
#
# define QSE_CHAR_IS_WCHAR
#else

View File

@ -56,7 +56,7 @@
* but this should be large enough */
# define QSE_SIZEOF_MBSTATE_T QSE_SIZEOF_LONG
/* TODO: check the exact value */
# define QSE_MBLEN_MAX 16
# define QSE_MBLEN_MAX 8
#
# define QSE_CHAR_IS_WCHAR
#else