Kaydet (Commit) eeffa03b authored tarafından Michael Stahl's avatar Michael Stahl

prex.h: remove String mangling

Change-Id: Idb74e75b4f3e499eb4a633605600f639fb87b728
üst 3e11d7a6
...@@ -32,7 +32,6 @@ ...@@ -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 @@ ...@@ -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" { ...@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment