mirror of
https://github.com/nillerusr/source-engine.git
synced 2026-08-08 01:39:36 +00:00
Fix compilation under MSVC(VS2019)
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
|
||||
#include "cbase.h"
|
||||
#ifdef _WIN32
|
||||
#include "typeinfo.h"
|
||||
#include "typeinfo"
|
||||
// BUGBUG: typeinfo stomps some of the warning settings (in yvals.h)
|
||||
#pragma warning(disable:4244)
|
||||
#elif POSIX
|
||||
|
||||
Reference in New Issue
Block a user