summaryrefslogtreecommitdiff
path: root/embedserv/source/embed/stdafx.cpp
blob: efb58b5d7773d9f5d3c0be662d455ccb77f4dc55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
/* -*- 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: */