Skip to content

Check if building windows build in unicode mode makes the #define obsolete

Currently using path().c_str() returns not the same type on windows and linux. As windows returns a wchar_t I guess using -DUNICODE can fix this issue and would be cleaner than having a #define...