Fix for compile issues on windows (bad perl bad)

This commit is contained in:
KimLS
2019-07-08 19:26:21 -07:00
parent d8f34651de
commit 8c75cf1ff5
3 changed files with 15 additions and 7 deletions
+8 -1
View File
@@ -21,11 +21,18 @@
#ifndef EQEMU_LOGSYS_H
#define EQEMU_LOGSYS_H
#include <fmt/format.h>
#include <iostream>
#include <fstream>
#include <stdio.h>
#include <functional>
#ifdef _WIN32
#ifdef utf16_to_utf8
#undef utf16_to_utf8
#endif
#endif
#include <fmt/format.h>
#include "types.h"
namespace Logs {