summaryrefslogtreecommitdiff
path: root/extensions/source/activex/main/StdAfx2.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/activex/main/StdAfx2.cpp')
-rw-r--r--extensions/source/activex/main/StdAfx2.cpp21
1 files changed, 0 insertions, 21 deletions
diff --git a/extensions/source/activex/main/StdAfx2.cpp b/extensions/source/activex/main/StdAfx2.cpp
deleted file mode 100644
index f1cf88d10d14..000000000000
--- a/extensions/source/activex/main/StdAfx2.cpp
+++ /dev/null
@@ -1,21 +0,0 @@
-/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
-// stdafx1.cpp : source file that includes just the standard includes
-// stdafx1.pch will be the pre-compiled header
-// stdafx1.obj will contain the pre-compiled type information
-
-#ifdef __MINGW32__
-#define _INIT_ATL_COMMON_VARS
-#endif
-#include "stdafx2.h"
-
-#ifdef _ATL_STATIC_REGISTRY
-#include <statreg.h>
-#include <statreg.cpp>
-#endif
-
-#if defined(_MSC_VER) && (_MSC_VER >= 1300)
-#undef _DEBUG
-#endif
-#include <atlimpl.cpp>
-
-/* vim:set shiftwidth=4 softtabstop=4 expandtab: */