Changes between Initial Version and Version 1 of Ticket #57333, comment 9


Ignore:
Timestamp:
Nov 18, 2018, 11:47:54 AM (6 years ago)
Author:
ballapete (Peter "Pete" Dyballa)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57333, comment 9

    initial v1  
    3636
    3737{{{
    38 +#if __ENVIRONMENT_MAC_OS_X_VERSION_MIN_REQUIRED__ >= 1060
     38+# ifndef XMD_H
    3939 typedef XID RRLease;
    40 +#endif
     40+# endif
    4141}}}
    4242
    43 and see whether compilation goes further. No error happens. Here. A new one comes up:
     43because the "previous" C header file `/opt/local/include/X11/Xmd.h` defines `XMD_H`, and see whether compilation goes further. No error happens. Here. A new one comes up:
    4444
    4545{{{