Descent3/cfile
Chris Sarbora 1bc5648a9a
Remove MacOS (Classic) code and all references (3/3)
At this point, all remaining references to `MACINTOSH` are either part
of multi-value conditionals that `unifdef` was unable to determine the
final value for, or a `#define`, or a comment. I manually go through the
files with a Ctrl+Shift+F search (ignoring legacy/, to preserve useful
historic knowledge) and clean up each usage.

As part of that search, I discovered `lib/mac/` which I deleted wholly.

Test Plan:
On Mac, build both Debug and Release
```
cmake --build --preset mac --config Debug
cmake --build --preset mac --config Release
```
2024-04-27 07:44:40 -07:00
..
cfile.cpp Remove MacOS (Classic) code and all references (1/3) 2024-04-27 07:38:14 -07:00
cfile.h Fix float reading in cfile 2024-04-24 00:40:41 +03:00
CMakeLists.txt Add BUILD_INTERFACE to cfile module 2024-04-24 00:41:02 +03:00
hogfile.cpp Remove MacOS (Classic) code and all references (3/3) 2024-04-27 07:44:40 -07:00
hogfile.h Reapply "Cfile module update" 2024-04-24 00:40:39 +03:00
inffile.cpp Add BUILD_INTERFACE to cfile module 2024-04-24 00:41:02 +03:00
inffile.h Reapply "Cfile module update" 2024-04-24 00:40:39 +03:00