Fix check for windows predefined macros in renderdoc_app.h

This commit is contained in:
baldurk
2019-07-23 14:46:22 +01:00
parent 1026ce481d
commit 4f872b8c8d
+1 -1
View File
@@ -33,7 +33,7 @@
#include <stdint.h>
#endif
#if defined(WIN32)
#if defined(WIN32) || defined(__WIN32__) || defined(_WIN32) || defined(_MSC_VER)
#define RENDERDOC_CC __cdecl
#elif defined(__linux__)
#define RENDERDOC_CC