mirror of
https://github.com/OpenRCT2/OpenRCT2
synced 2026-01-20 21:43:06 +01:00
Remove Exception::GetMsg()
We can undef any macro windows.h defines and interferes with our code base. In this case GetMessage
This commit is contained in:
@@ -19,6 +19,7 @@
|
||||
#if defined(DEBUG) && defined(__WINDOWS__)
|
||||
#define WIN32_LEAN_AND_MEAN
|
||||
#include <windows.h>
|
||||
#undef GetMessage
|
||||
#endif
|
||||
|
||||
#include "Diagnostics.hpp"
|
||||
|
||||
Reference in New Issue
Block a user