prex.h: remove String mangling
Change-Id: Idb74e75b4f3e499eb4a633605600f639fb87b728
This commit is contained in:
parent
3e11d7a6b8
commit
eeffa03b51
@ -32,7 +32,6 @@
|
|||||||
#undef BOOL
|
#undef BOOL
|
||||||
#undef Font
|
#undef Font
|
||||||
#undef Cursor
|
#undef Cursor
|
||||||
#undef String
|
|
||||||
#undef KeyCode
|
#undef KeyCode
|
||||||
#undef Region
|
#undef Region
|
||||||
#undef Icon
|
#undef Icon
|
||||||
|
@ -30,7 +30,6 @@
|
|||||||
#define Boolean HIDE_XLIB_Boolean
|
#define Boolean HIDE_XLIB_Boolean
|
||||||
#define Font HIDE_XLIB_Font
|
#define Font HIDE_XLIB_Font
|
||||||
#define Icon HIDE_XLIB_Icon
|
#define Icon HIDE_XLIB_Icon
|
||||||
#define String HIDE_XLIB_String
|
|
||||||
|
|
||||||
/* Types from <X11/X.h> that clash, but we do use. */
|
/* Types from <X11/X.h> that clash, but we do use. */
|
||||||
#define Cursor XLIB_Cursor
|
#define Cursor XLIB_Cursor
|
||||||
@ -53,9 +52,6 @@ extern "C" {
|
|||||||
/* From <X11/Intrinsic.h> */
|
/* From <X11/Intrinsic.h> */
|
||||||
typedef unsigned long Pixel;
|
typedef unsigned long Pixel;
|
||||||
|
|
||||||
#undef String
|
|
||||||
#define String XLIB_String
|
|
||||||
|
|
||||||
#undef KeyCode
|
#undef KeyCode
|
||||||
#define KeyCode XLIB_KeyCode //undef in intrinsics
|
#define KeyCode XLIB_KeyCode //undef in intrinsics
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user