Added warning about windows.h.
This commit is contained in:
parent
92d7b5552f
commit
a015ad54a7
@ -108,6 +108,10 @@ if (!static_cast<bool>(condition)) \
|
|||||||
// public types
|
// public types
|
||||||
//
|
//
|
||||||
|
|
||||||
|
#if defined(ERROR)
|
||||||
|
#error "Someone included windows.h! Include mijin/util/winundef.h."
|
||||||
|
#endif
|
||||||
|
|
||||||
enum class AssertionResult
|
enum class AssertionResult
|
||||||
{
|
{
|
||||||
ABORT = -1, // call std::abort()
|
ABORT = -1, // call std::abort()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user