mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 16:30:41 +00:00
Make unichar type declaration more portable
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25696 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
849f4a8478
commit
27ad527699
3 changed files with 8 additions and 2 deletions
|
@ -36,7 +36,7 @@ extern "C" {
|
|||
/**
|
||||
* Type for representing unicode characters. (16-bit)
|
||||
*/
|
||||
typedef unsigned short unichar;
|
||||
typedef uint16_t unichar;
|
||||
|
||||
@class NSArray;
|
||||
@class NSCharacterSet;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue