Add error for unknown platforms

This commit is contained in:
baldurk
2016-05-14 00:26:59 +02:00
parent 863dc1d259
commit 61ad2a6b1f
+4
View File
@@ -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>