mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-04-28 21:07:59 +03:00
Use target_precompile_headers for the most expensive headers
This commit is contained in:
parent
8a13cde778
commit
7e6c13630a
22 changed files with 193 additions and 14 deletions
|
@ -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;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue