Commit 51aa8940 authored by mercury233's avatar mercury233

fix

parent 7d42cdb9
......@@ -28,6 +28,7 @@
#include <arpa/inet.h>
#include <netdb.h>
#include <unistd.h>
#include <locale.h>
#define SD_BOTH 2
#define SOCKET int
......
......@@ -2,7 +2,6 @@
#include "game.h"
#include "data_manager.h"
#include <event2/thread.h>
#include <locale.h>
int enable_log = 0;
bool exit_on_return = false;
......@@ -35,7 +34,7 @@ void ClickButton(irr::gui::IGUIElement* btn) {
int main(int argc, char* argv[]) {
#ifndef _WIN32
setlocale(LC_CTYPE, "UTF-8");
setlocale(LC_CTYPE, "UTF-8");
#endif
#ifdef _WIN32
#ifndef _DEBUG
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment