Use target_precompile_headers for the most expensive headers

This commit is contained in:
elsid 2022-07-01 14:05:17 +00:00 committed by jvoisin
parent 8a13cde778
commit 7e6c13630a
22 changed files with 193 additions and 14 deletions

View file

@ -4,10 +4,16 @@
#include <cstring>
#define FAR
#define NEAR
#include <shlobj.h>
#include <shlwapi.h>
#include <winreg.h>
#undef NEAR
#undef FAR
#include <boost/locale.hpp>
namespace bconv = boost::locale::conv;