Files
loongoffice/extensions/source/activex/main/StdAfx2.cpp
Vladimir Glazounov 91c2ad4837 INTEGRATION: CWS mingwport03 (1.2.680); FILE MERGED
2006/10/23 16:21:12 vg 1.2.680.1: #i53572# MinGW port
2007-03-26 12:05:24 +00:00

19 lines
428 B
C++

// 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>