emeryberger/Hoard

uselibhoard.cpp cannot be compiled on Windows x64 platform.

nolimitk opened this issue · 0 comments

When you add a uselibhoard.cpp file at your project on windows x64 platform, it occurs link error.
because of _WIN32 define.
_WIN32 define in uselibhoard.cpp has to be removed.