aboutsummaryrefslogtreecommitdiff
path: root/com/StdAfx.cpp
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2018-02-02 00:13:22 +0100
committerGitHub <noreply@github.com>2018-02-02 00:13:22 +0100
commit9a8c37ac04ce913617a2b429bbc7f8a3daa1848d (patch)
tree6ee4ddcd9184633a131746ec3e90a8fd02d1410a /com/StdAfx.cpp
parentdaf6150f90a530c17d86105dced87b19db8c0d59 (diff)
parentc6bcc0e4b806179c4f904a2df2652f51b27068f1 (diff)
downloadPROJ-9a8c37ac04ce913617a2b429bbc7f8a3daa1848d.tar.gz
PROJ-9a8c37ac04ce913617a2b429bbc7f8a3daa1848d.zip
Merge pull request #755 from mloskot/ml/remove-vb6
Remove COM/VB6 cruft
Diffstat (limited to 'com/StdAfx.cpp')
-rw-r--r--com/StdAfx.cpp12
1 files changed, 0 insertions, 12 deletions
diff --git a/com/StdAfx.cpp b/com/StdAfx.cpp
deleted file mode 100644
index a5eea178..00000000
--- a/com/StdAfx.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
-// 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>