diff options
| author | Frank Warmerdam <warmerdam@pobox.com> | 2005-10-19 03:18:15 +0000 |
|---|---|---|
| committer | Frank Warmerdam <warmerdam@pobox.com> | 2005-10-19 03:18:15 +0000 |
| commit | 65dc2802ca18f4ddba2bca00997eaf6084eb7cc1 (patch) | |
| tree | 3330b759ac3678a7a9987a9e96e0568d55551d53 /com/StdAfx.cpp | |
| parent | 7b6b0968e40f03f2a701d54da09494757f640614 (diff) | |
| download | PROJ-65dc2802ca18f4ddba2bca00997eaf6084eb7cc1.tar.gz PROJ-65dc2802ca18f4ddba2bca00997eaf6084eb7cc1.zip | |
New
git-svn-id: http://svn.osgeo.org/metacrs/proj/trunk@1308 4e78687f-474d-0410-85f9-8d5e500ac6b2
Diffstat (limited to 'com/StdAfx.cpp')
| -rwxr-xr-x | com/StdAfx.cpp | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/com/StdAfx.cpp b/com/StdAfx.cpp new file mode 100755 index 00000000..a5eea178 --- /dev/null +++ b/com/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> |
