MSVC8 Project File + SDK Update

This commit is contained in:
Scott Ehlert
2006-04-06 14:17:39 +00:00
parent 82b0128308
commit 2da45cfd1c
5 changed files with 484 additions and 17 deletions

View File

@ -3,6 +3,14 @@
//////////////////////////////////////////////////////////////////////
#include "CstrikePlayer.h"
#if defined _MSC_VER
#if _MSC_VER >= 1400
// MSVC8 - disable deprecation warnings for "unsafe" CRT functions
#define _CRT_SECURE_NO_DEPRECATE
#endif
#endif
#include <string.h> // strcpy()
//////////////////////////////////////////////////////////////////////