blob: 9c92657f0b64f593a98fedbefa96a3bf170513fe (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
In file included from ../src/intel/vulkan/anv_queue.c:28:
In file included from ../src/intel/vulkan/anv_private.h:79:
In file included from ../src/vulkan/runtime/vk_command_buffer.h:29:
In file included from ../src/vulkan/runtime/vk_log.h:24:
In file included from ../src/vulkan/runtime/vk_instance.h:35:
../include/renderdoc_app.h:43:2: error: "Unknown platform"
43 | #error "Unknown platform"
| ^
--- include/renderdoc_app.h.orig 2025-02-28 20:35:13 UTC
+++ include/renderdoc_app.h
@@ -35,12 +35,8 @@
#if defined(WIN32)
#define RENDERDOC_CC __cdecl
-#elif defined(__linux__)
-#define RENDERDOC_CC
-#elif defined(__APPLE__)
+#else
#define RENDERDOC_CC
-#else
-#error "Unknown platform"
#endif
#ifdef __cplusplus
|