diff options
Diffstat (limited to 'utils/tfstats/regexp/include/regex.h')
| -rw-r--r-- | utils/tfstats/regexp/include/regex.h | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/utils/tfstats/regexp/include/regex.h b/utils/tfstats/regexp/include/regex.h new file mode 100644 index 0000000..dda5c75 --- /dev/null +++ b/utils/tfstats/regexp/include/regex.h @@ -0,0 +1,16 @@ +//========= Copyright Valve Corporation, All rights reserved. ============// +// +// Purpose: +// +// $NoKeywords: $ +// +//=============================================================================// +#ifndef __REGEX_H + +#ifdef _MSC_VER +#pragma warning(disable: 4786) +#pragma warning(disable: 4800) +#endif + +#include <jm/regex.h> +#endif |