mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 10:03:26 +00:00
[CMAKE]
Sync trunk (rr49606) svn path=/branches/cmake-bringup/; revision=49607
This commit is contained in:
commit
406dfdbc87
324 changed files with 15065 additions and 2892 deletions
|
@ -12,7 +12,12 @@
|
|||
#include <mbstring.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
#ifdef _LIBCNT_
|
||||
unsigned short *NlsLeadByteInfo;
|
||||
#define isleadbyte(c) NlsLeadByteInfo[c]
|
||||
#else
|
||||
int isleadbyte(int byte);
|
||||
#endif
|
||||
|
||||
/*
|
||||
* @implemented
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue