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:
parent
e5380e739b
commit
eb22752516
3 changed files with 0 additions and 9 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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__
|
||||
|
||||
|
|
|
|||
|
|
@ -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__
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue