mirror of
https://gitlab.freedesktop.org/monado/monado.git
synced 2024-12-29 11:06:18 +00:00
include: Trigger compiler error if debugbreak isn't known.
This commit is contained in:
parent
611febab5a
commit
cd97d12fc9
|
@ -52,4 +52,6 @@
|
||||||
#elif defined(_MSC_VER)
|
#elif defined(_MSC_VER)
|
||||||
#include <intrin.h>
|
#include <intrin.h>
|
||||||
#define XRT_DEBUGBREAK() __debugbreak()
|
#define XRT_DEBUGBREAK() __debugbreak()
|
||||||
|
#else
|
||||||
|
#error "compiler not supported"
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in a new issue