Files
libreoffice/extensions/source/activex/StdAfx2.cxx
Peter Foley 2be1fb4ead fix extensions build with Win8 SDK
Change-Id: I7c38722c98300f419e6129b46c89b68f46ce4173
2012-10-07 10:42:09 +02:00

20 lines
515 B
C++

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