summaryrefslogtreecommitdiff
path: root/utils/valvelib/stdafx.h
diff options
context:
space:
mode:
Diffstat (limited to 'utils/valvelib/stdafx.h')
-rw-r--r--utils/valvelib/stdafx.h29
1 files changed, 29 insertions, 0 deletions
diff --git a/utils/valvelib/stdafx.h b/utils/valvelib/stdafx.h
new file mode 100644
index 0000000..78ef799
--- /dev/null
+++ b/utils/valvelib/stdafx.h
@@ -0,0 +1,29 @@
+//========= Copyright Valve Corporation, All rights reserved. ============//
+//
+// Purpose:
+//
+// $NoKeywords: $
+//
+//=============================================================================//
+#if !defined(AFX_STDAFX_H__A934D779_67D2_4174_BDA7_785C0F0F4E7A__INCLUDED_)
+#define AFX_STDAFX_H__A934D779_67D2_4174_BDA7_785C0F0F4E7A__INCLUDED_
+
+// stdafx.h : include file for standard system include files,
+// or project specific include files that are used frequently, but
+// are changed infrequently
+//
+
+#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers
+
+#include <afxwin.h> // MFC core and standard components
+#include <afxext.h> // MFC extensions
+#include <afxcmn.h> // MFC support for Windows 95 Common Controls
+#include "debug.h" // For ASSERT, VERIFY, and TRACE
+#include <customaw.h> // Custom AppWizard interface
+
+#import "c:\Program Files\Microsoft Visual Studio\Common\MSDev98\bin\ide\devbld.pkg"
+
+//{{AFX_INSERT_LOCATION}}
+// Microsoft Visual C++ will insert additional declarations immediately before the previous line.
+
+#endif // !defined(AFX_STDAFX_H__A934D779_67D2_4174_BDA7_785C0F0F4E7A__INCLUDED_)