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 fc822e3 commit 443909cCopy full SHA for 443909c
include/kafka/Project.h
@@ -10,6 +10,6 @@
10
// #define KAFKA_API_ENABLE_UNIT_TEST_STUBS
11
// #endif
12
13
-#if defined(WIN32)
+#if defined(WIN32) && !defined(NOMINMAX)
14
#define NOMINMAX
15
#endif
0 commit comments