mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 13:11:22 +00:00
[UNICODE] Re-trial to fix Travis build
This commit is contained in:
parent
1ec0e9f6c3
commit
12c683a846
5 changed files with 16 additions and 2 deletions
|
@ -1,6 +1,4 @@
|
|||
|
||||
include_directories(BEFORE ${REACTOS_SOURCE_DIR}/sdk/include/psdk)
|
||||
|
||||
add_definitions(-DDECLSPEC_HIDDEN=)
|
||||
|
||||
list(APPEND SOURCE
|
||||
|
|
|
@ -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] =
|
||||
{
|
||||
|
|
|
@ -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] =
|
||||
{
|
||||
|
|
|
@ -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] =
|
||||
{
|
||||
|
|
|
@ -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] =
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue