mirror of
https://github.com/baldurk/renderdoc.git
synced 2026-05-29 13:20:54 +00:00
Add error for unknown platforms
This commit is contained in:
@@ -47,6 +47,10 @@
|
||||
#define WINDOW_HANDLE_DECL xcb_connection_t *connection; xcb_screen_t *screen; xcb_window_t wnd;
|
||||
#define NULL_WND_HANDLE xcb_window_t(0)
|
||||
|
||||
#else
|
||||
|
||||
#error "Unknown platform"
|
||||
|
||||
#endif
|
||||
|
||||
#include <map>
|
||||
|
||||
Reference in New Issue
Block a user