summaryrefslogtreecommitdiff
path: root/StdAfx.cpp
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2003-09-17 19:41:13 +0000
committerStef Walter <stef@thewalter.net>2003-09-17 19:41:13 +0000
commit79aa922282edd795d55bf06cf622ddf33884dff5 (patch)
treed3c8c985ada3bf14107410ca48fac394e42d9106 /StdAfx.cpp
Initial ImportHEADmaster
Diffstat (limited to 'StdAfx.cpp')
-rw-r--r--StdAfx.cpp12
1 files changed, 12 insertions, 0 deletions
diff --git a/StdAfx.cpp b/StdAfx.cpp
new file mode 100644
index 0000000..a5eea17
--- /dev/null
+++ b/StdAfx.cpp
@@ -0,0 +1,12 @@
+// stdafx.cpp : source file that includes just the standard includes
+// stdafx.pch will be the pre-compiled header
+// stdafx.obj will contain the pre-compiled type information
+
+#include "stdafx.h"
+
+#ifdef _ATL_STATIC_REGISTRY
+#include <statreg.h>
+#include <statreg.cpp>
+#endif
+
+#include <atlimpl.cpp>