Fixed: Compile error with object viewer exe missing windows.h
This commit is contained in:
parent
e759674bec
commit
06ea166e55
1 changed files with 1 additions and 0 deletions
|
@ -25,5 +25,6 @@
|
|||
#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
|
||||
|
||||
#define NOMINMAX
|
||||
#include <windows.h>
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue