Browse Source

Fix build again.

aghl
Night Owl 8 years ago
parent
commit
5262be2607
  1. 2
      cl_dll/aghl/agwallhack.h

2
cl_dll/aghl/agwallhack.h

@ -6,7 +6,7 @@ @@ -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>

Loading…
Cancel
Save