Commit b608efbc authored by nanahira's avatar nanahira

Merge branch 'develop' into server-develop

parents 64a26c4e a50d363f
......@@ -52,6 +52,17 @@ inline int _wtoi(const wchar_t * str){
}
#endif
// load env things
#ifdef _WIN32
#include <windows.h>
#include <string>
#else
#include <unistd.h>
#include <stdlib.h>
extern char** environ;
#endif
#include <cstdio>
#include <cstdlib>
#include <iostream>
......
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