We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 937efe2 commit 2f3252eCopy full SHA for 2f3252e
1 file changed
include/rcutils/process.h
@@ -23,6 +23,13 @@ extern "C"
23
#endif
24
25
#if defined _WIN32 || defined __CYGWIN__
26
+#ifndef WIN32_LEAN_AND_MEAN
27
+#define WIN32_LEAN_AND_MEAN
28
+#endif
29
+
30
+#ifndef NOMINMAX
31
+#define NOMINMAX
32
33
// When building with MSVC 19.28.29333.0 on Windows 10 (as of 2020-11-11),
34
// there appears to be a problem with winbase.h (which is included by
35
// Windows.h). In particular, warnings of the form:
0 commit comments