diff options
author | Stef Walter <stef@thewalter.net> | 2003-09-16 13:44:06 +0000 |
---|---|---|
committer | Stef Walter <stef@thewalter.net> | 2003-09-16 13:44:06 +0000 |
commit | 5c521d256815161f4af9066bc4bb9fea7fa1accb (patch) | |
tree | 56ca291cd06833f053f047dc7bb00484f3129a2f /StdAfx.cpp | |
parent | b0b7ef8d60e3603d6bcc9af45cd9ef0d6094fb9d (diff) |
Diffstat (limited to 'StdAfx.cpp')
-rw-r--r-- | StdAfx.cpp | 12 |
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> |