We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5d4aaa commit 5f5c425Copy full SHA for 5f5c425
1 file changed
DelegateMQ/DelegateMQ.h
@@ -53,6 +53,18 @@
53
/// * Repository: https://github.com/DelegateMQ/DelegateMQ
54
/// * See `README.md`, `DETAILS.md`, and `EXAMPLES.md` for comprehensive guides.
55
56
+// -----------------------------------------------------------------------------
57
+// 0. Platform Configuration
58
59
+#if defined(_WIN32) || defined(_WIN64)
60
+ #ifndef WIN32_LEAN_AND_MEAN
61
+ #define WIN32_LEAN_AND_MEAN
62
+ #endif
63
+ #ifndef NOMINMAX
64
+ #define NOMINMAX
65
66
+#endif
67
+
68
// -----------------------------------------------------------------------------
69
// 1. Core Non-Thread-Safe Delegates
70
// (Always available: Bare Metal, FreeRTOS, Windows, Linux)
0 commit comments