We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92efcba commit ee45a78Copy full SHA for ee45a78
src/helper/message_box.hpp
@@ -13,7 +13,8 @@
13
14
namespace helper {
15
16
-#ifdef _WIN32
+#if defined(WIN32) || defined(_WIN32) || defined(__WIN32__) || defined(__NT__) || defined(__MINGW32__) \
17
+ || defined(__MINGW64__)
18
// "WinUser.h" defines "#define MessageBox MessageBoxA"
19
// which breaks this valid code, I love windows xD.
20
#ifdef MessageBox
0 commit comments