summaryrefslogtreecommitdiff
path: root/extensions/source/activex/StdAfx2.cxx
blob: d06eb872c7ed018670c7a0a3c36497b5330a3d5e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
/* -*- 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>
#endif

#if defined(_MSC_VER) && (_MSC_VER >= 1300)
#undef _DEBUG
#endif

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */