Skip to content

Commit ac5aef6

Browse files
committed
Just trim Windows.h include a little more
1 parent 0386f8b commit ac5aef6

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

precomp.h

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
#ifndef WIN32_LEAN_AND_MEAN
3737
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
3838
#define NOMINMAX
39+
#define NOSERVICE
40+
#define NOMCX
41+
#define NOIME
3942
#endif
4043

4144
#define _ENABLE_EXTENDED_ALIGNED_STORAGE // For the SseSizedType case, which is > max_align_t.

0 commit comments

Comments
 (0)