- fixed compilation of non-Windows targets

This commit is contained in:
alexey.lysiuk 2021-03-13 16:23:14 +02:00 committed by Emile Belanger
parent fff8b4371b
commit 4f53ca5c5a

View file

@ -36,7 +36,7 @@ static void* LinuxProcAddress(const char* name)
return ret;
}
#else
#elif defined _WIN32
#include <windows.h>