Commit b03de97f by litek

<io.h> isn't actually needed in context.cpp

parent 9c6bf7e1
#ifdef _WIN32 #ifdef _WIN32
#include <io.h>
#include <direct.h> #include <direct.h>
#define getcwd _getcwd #define getcwd _getcwd
#else #else
#include <unistd.h> #include <unistd.h>
#endif #endif
......
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