Update renderdoc_app.h for larger MacOS Compatibility

This commit is contained in:
Paulin 2024-09-03 20:22:49 -03:00 committed by GitHub
parent b87e6f3838
commit 25587fbeab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -37,7 +37,7 @@
#define RENDERDOC_CC __cdecl
#elif defined(__linux__) || defined(__FreeBSD__)
#define RENDERDOC_CC
#elif defined(__APPLE__)
#elif defined(__APPLE__) || defined(__MACH__)
#define RENDERDOC_CC
#else
#error "Unknown platform"