Remove special rules for Windows.h and library includes
This commit is contained in:
parent
fa5d9d8266
commit
32bddfa1f5
6 changed files with 8 additions and 10 deletions
|
@ -12,8 +12,8 @@
|
|||
#include "common/logging/log.h"
|
||||
#include "common/string_util.h"
|
||||
#ifdef _MSC_VER
|
||||
#include <Windows.h>
|
||||
#include <codecvt>
|
||||
#include <Windows.h>
|
||||
#include "common/common_funcs.h"
|
||||
#else
|
||||
#include <iconv.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue