From eb22752516901b73bee8c2ca54c9b2d948f314a1 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Thu, 26 Jan 2023 17:31:18 +0100 Subject: [PATCH] Remove long obsolete hack for MacTypes compilation problem This is not relevant and we shouldn't have this __Point__ in our headers any longer. --- build/cmake/setup.h.in | 3 --- setup.h.in | 3 --- setup.h_vms | 3 --- 3 files changed, 9 deletions(-) diff --git a/build/cmake/setup.h.in b/build/cmake/setup.h.in index 41d6c02a25..96f61174f5 100644 --- a/build/cmake/setup.h.in +++ b/build/cmake/setup.h.in @@ -83,9 +83,6 @@ /* NanoX (with wxX11) */ #cmakedefine01 wxUSE_NANOX -/* Hack to make IOGraphicsTypes.h not define Point conflicting with MacTypes */ -#undef __Point__ - /* MS-DOS with DJGPP */ #cmakedefine __DOS__ 1 diff --git a/setup.h.in b/setup.h.in index 3273d82617..b8de7c9c50 100644 --- a/setup.h.in +++ b/setup.h.in @@ -86,9 +86,6 @@ /* NanoX (with wxX11) */ #define wxUSE_NANOX 0 -/* Hack to make IOGraphicsTypes.h not define Point conflicting with MacTypes */ -#undef __Point__ - /* MS-DOS with DJGPP */ #undef __DOS__ diff --git a/setup.h_vms b/setup.h_vms index 12d14b88bb..f5d47d9712 100644 --- a/setup.h_vms +++ b/setup.h_vms @@ -127,9 +127,6 @@ typedef pid_t GPid; /* NanoX (with wxX11) */ #define wxUSE_NANOX 0 -/* Hack to make IOGraphicsTypes.h not define Point conflicting with MacTypes */ -#undef __Point__ - /* MS-DOS with DJGPP */ #undef __DOS__