diff options
author | Michael Stahl <mstahl@redhat.com> | 2013-10-22 22:13:13 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2013-10-22 22:30:22 +0200 |
commit | 4c3b1dc1a10952288e3f0886fc638ee48454a9ad (patch) | |
tree | 749e64f6be8d972ff883fa63d7b977fb11e5bc6d /include | |
parent | 4853cd4991c4f27d3bbfb8dbbcc5f2c4b84ee6b0 (diff) |
postx.h: BYTE, BOOL, INT8, INT64 should no longer cause problems
Change-Id: Ifd5e918028c15c4b2b61ff1612ae27ed96f45d3b
Diffstat (limited to 'include')
-rw-r--r-- | include/postx.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/include/postx.h b/include/postx.h index 88699c00887e..ff5228a467da 100644 --- a/include/postx.h +++ b/include/postx.h @@ -26,10 +26,6 @@ /* X Types */ #undef Window -#undef BYTE -#undef INT8 -#undef INT64 -#undef BOOL #undef Font #undef Cursor #undef KeyCode |