Changes between Initial Version and Version 1 of Ticket #52210, comment 17
- Timestamp:
- Nov 3, 2016, 3:28:28 AM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #52210, comment 17
initial v1 4 4 }}} 5 5 6 That's clearly a bug in libsdl that has nothing to do with the 10.7 SDK. They need to check if __has_featureis defined *BEFORE* using it, not in the same line. This should be:6 That's clearly a bug in libsdl that has nothing to do with the 10.7 SDK. They need to check if `__has_feature` is defined *BEFORE* using it, not in the same line. This should be: 7 7 8 8 {{{