SupportDefs.h: remove the unichar type
irssi uses the unichar typename with a different type. Change-Id: I2ee9dcf685f4832dd1b3c7d68f4686d69de50fb7 Reviewed-on: https://review.haiku-os.org/c/haiku/+/3656 Reviewed-by: waddlesplash <[email protected]> Reviewed-by: Fredrik Holmqvist <[email protected]> Reviewed-by: Jérôme Duval <[email protected]>
This commit is contained in:
@@ -47,7 +47,6 @@ typedef volatile unsigned short vushort;
|
||||
typedef volatile unsigned char vuchar;
|
||||
|
||||
typedef unsigned char uchar;
|
||||
typedef unsigned short unichar;
|
||||
|
||||
/* descriptive types */
|
||||
typedef int32 status_t;
|
||||
|
||||
Reference in New Issue
Block a user