mirror of
https://github.com/boostorg/build.git
synced 2026-02-13 12:22:17 +00:00
Have to disable warning in Windows header.
This commit is contained in:
@@ -55,7 +55,10 @@
|
||||
#include <windows.h>
|
||||
#include <process.h>
|
||||
#include <tlhelp32.h>
|
||||
#pragma warning( push )
|
||||
#pragma warning(disable: 4800) // 'BOOL' forced to 'true' or 'false'
|
||||
#include <versionhelpers.h>
|
||||
#pragma warning( pop )
|
||||
|
||||
|
||||
/* get the maximum shell command line length according to the OS */
|
||||
|
||||
Reference in New Issue
Block a user