mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 23:43:39 +00:00
- Update to trunk
svn path=/branches/audio-bringup/; revision=49927
This commit is contained in:
commit
6c8e7899a9
731 changed files with 37805 additions and 18893 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