Fix build again.

This commit is contained in:
Night Owl 2017-03-31 01:27:38 +05:00
parent 832c76785e
commit 5262be2607
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
#pragma once
#endif // _MSC_VER > 1000
#ifdef AG_USE_CHEATPROTECTION
#if defined(AG_USE_CHEATPROTECTION) && defined(_WIN32)
// ToolHelp Function Pointers so that it will work on NT4
#include <tlhelp32.h>