MSVC & Win32 related fixes

This commit is contained in:
Alibek Omarov
2018-06-14 20:32:31 +03:00
parent d0ff201da2
commit 473810fc0c
5 changed files with 5 additions and 2 deletions

View File

@@ -36,6 +36,7 @@ GNU General Public License for more details.
#else
#define XASHLIB "xash_dedicated.dll"
#endif
#define dlerror() GetStringLastError()
#include <windows.h>
#endif