Remove long obsolete hack for MacTypes compilation problem

This is not relevant and we shouldn't have this __Point__ in our headers
any longer.
This commit is contained in:
Vadim Zeitlin 2023-01-26 17:31:18 +01:00
parent e5380e739b
commit eb22752516
3 changed files with 0 additions and 9 deletions

View file

@ -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

View file

@ -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__

View file

@ -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__