2
0
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:
Rene Rivera
2020-03-31 12:24:13 -05:00
parent 7f85769fd0
commit 107c3d30c8

View File

@@ -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 */