forked from amazingfate/loongoffice
Fixes #fdo30794 Based on bin/add-modelines script (originally posted in mail 1286706307.1871.1399280959@webmail.messagingengine.com) Signed-off-by: Sebastian Spaeth <Sebastian@SSpaeth.de>
17 lines
441 B
C++
17 lines
441 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
|
|
|
|
|
|
#include "stdafx2.h"
|
|
|
|
#ifdef _ATL_STATIC_REGISTRY
|
|
#include <statreg.h>
|
|
#include <statreg.cpp>
|
|
#endif
|
|
|
|
#include <atlimpl.cpp>
|
|
|
|
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
|