Fixed non-debug builds using usermessage helpers.

This commit is contained in:
Nicholas Hastings 2013-06-06 12:18:23 -04:00
parent 6f2dff28f5
commit 934bf4fc7a

View File

@ -7,9 +7,10 @@
#ifdef _DEBUG
#define KILL_DEBUG
#undef _DEBUG
#include <tier1/utlhashdict.h>
#endif
#include <tier1/utlhashdict.h>
#ifdef KILL_DEBUG
#define _DEBUG
#undef KILL_DEBUG