diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-10-22 21:39:55 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-10-22 22:30:21 +0200 |
commit | eeffa03b51efaaa6361ef876bffa476e31598002 (patch) | |
tree | 3873270f0ba9715a9c1228f22ba8af2a8d8c9806 /include/prex.h | |
parent | 3e11d7a6b89ed426257c1faa80fee08c97c2e388 (diff) |
prex.h: remove String mangling
Change-Id: Idb74e75b4f3e499eb4a633605600f639fb87b728
Diffstat (limited to 'include/prex.h')
-rw-r--r-- | include/prex.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/prex.h b/include/prex.h index a37433d49800..fec9c624af5c 100644 --- a/include/prex.h +++ b/include/prex.h @@ -30,7 +30,6 @@ #define Boolean HIDE_XLIB_Boolean #define Font HIDE_XLIB_Font #define Icon HIDE_XLIB_Icon -#define String HIDE_XLIB_String /* Types from <X11/X.h> that clash, but we do use. */ #define Cursor XLIB_Cursor @@ -53,9 +52,6 @@ extern "C" { /* From <X11/Intrinsic.h> */ typedef unsigned long Pixel; -#undef String -#define String XLIB_String - #undef KeyCode #define KeyCode XLIB_KeyCode //undef in intrinsics |