From 4c3b1dc1a10952288e3f0886fc638ee48454a9ad Mon Sep 17 00:00:00 2001 From: Michael Stahl Date: Tue, 22 Oct 2013 22:13:13 +0200 Subject: postx.h: BYTE, BOOL, INT8, INT64 should no longer cause problems Change-Id: Ifd5e918028c15c4b2b61ff1612ae27ed96f45d3b --- include/postx.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'include/postx.h') 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 -- cgit