[UNICODE] Re-trial to fix Travis build

This commit is contained in:
Katayama Hirofumi MZ 2019-12-23 17:05:38 +09:00
parent 1ec0e9f6c3
commit 12c683a846
5 changed files with 16 additions and 2 deletions

View file

@ -1,6 +1,4 @@
include_directories(BEFORE ${REACTOS_SOURCE_DIR}/sdk/include/psdk)
add_definitions(-DDECLSPEC_HIDDEN=)
list(APPEND SOURCE

View file

@ -2,7 +2,11 @@
/* generated from http://www.unicode.org/Public/12.0.0/ucd/UnicodeData.txt */
/* DO NOT EDIT!! */
#ifdef __REACTOS__
#include "wine/unicode.h"
#else
#include "windef.h"
#endif
const WCHAR wine_casemap_lower[4259] =
{

View file

@ -2,7 +2,11 @@
/* generated from http://www.unicode.org/reports/tr10/allkeys.txt */
/* DO NOT EDIT!! */
#ifdef __REACTOS__
#include "wine/unicode.h"
#else
#include "windef.h"
#endif
const unsigned int DECLSPEC_HIDDEN collation_table[12800] =
{

View file

@ -2,7 +2,11 @@
/* generated from http://www.unicode.org/Public/12.0.0/ucd/UnicodeData.txt */
/* DO NOT EDIT!! */
#ifdef __REACTOS__
#include "wine/unicode.h"
#else
#include "windef.h"
#endif
static const WCHAR table[0x85e] =
{

View file

@ -1,7 +1,11 @@
/* Unicode ctype tables */
/* Automatically generated; DO NOT EDIT!! */
#ifdef __REACTOS__
#include "wine/unicode.h"
#else
#include "windef.h"
#endif
const unsigned short wine_wctype_table[17152] =
{