summaryrefslogtreecommitdiff
path: root/StdAfx.cpp
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2003-09-16 13:44:06 +0000
committerStef Walter <stef@thewalter.net>2003-09-16 13:44:06 +0000
commit5c521d256815161f4af9066bc4bb9fea7fa1accb (patch)
tree56ca291cd06833f053f047dc7bb00484f3129a2f /StdAfx.cpp
parentb0b7ef8d60e3603d6bcc9af45cd9ef0d6094fb9d (diff)
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>