We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0386f8b commit ac5aef6Copy full SHA for ac5aef6
1 file changed
precomp.h
@@ -36,6 +36,9 @@
36
#ifndef WIN32_LEAN_AND_MEAN
37
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
38
#define NOMINMAX
39
+#define NOSERVICE
40
+#define NOMCX
41
+#define NOIME
42
#endif
43
44
#define _ENABLE_EXTENDED_ALIGNED_STORAGE // For the SseSizedType case, which is > max_align_t.
0 commit comments