diff options
author | Stef Walter <stef@thewalter.net> | 2003-09-17 19:07:23 +0000 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2003-09-17 19:07:23 +0000 |
commit | 3f95d417d9e623ac0c74df8ef11d7a01846392dd (patch) | |
tree | 45ec73f2dc07eafd7f41a6f62a8cdfbaa279469f /Shutdown/StdAfx.cpp |
Diffstat (limited to 'Shutdown/StdAfx.cpp')
-rw-r--r-- | Shutdown/StdAfx.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Shutdown/StdAfx.cpp b/Shutdown/StdAfx.cpp new file mode 100644 index 0000000..a5eea17 --- /dev/null +++ b/Shutdown/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> |