remove Windows compiler warning

This commit is contained in:
2020-04-14 15:04:45 +02:00
parent d8a2d1c080
commit f836ae466c
+1 -1
View File
@@ -308,7 +308,7 @@ static HMODULE loadlib(const char* libname)
SetDllDirectory(libpath);
if ((libhandle = LoadLibrary(libname)) == NULL)
{
LPVOID lpMsgBuf;
LPSTR lpMsgBuf;
FormatMessage(
FORMAT_MESSAGE_ALLOCATE_BUFFER |