xref: /trunk/main/embedserv/source/embed/stdafx.cpp (revision 0229f6bc)
1*0229f6bcSAndrew Rist /**************************************************************
2*0229f6bcSAndrew Rist  *
3*0229f6bcSAndrew Rist  * Licensed to the Apache Software Foundation (ASF) under one
4*0229f6bcSAndrew Rist  * or more contributor license agreements.  See the NOTICE file
5*0229f6bcSAndrew Rist  * distributed with this work for additional information
6*0229f6bcSAndrew Rist  * regarding copyright ownership.  The ASF licenses this file
7*0229f6bcSAndrew Rist  * to you under the Apache License, Version 2.0 (the
8*0229f6bcSAndrew Rist  * "License"); you may not use this file except in compliance
9*0229f6bcSAndrew Rist  * with the License.  You may obtain a copy of the License at
10*0229f6bcSAndrew Rist  *
11*0229f6bcSAndrew Rist  *   http://www.apache.org/licenses/LICENSE-2.0
12*0229f6bcSAndrew Rist  *
13*0229f6bcSAndrew Rist  * Unless required by applicable law or agreed to in writing,
14*0229f6bcSAndrew Rist  * software distributed under the License is distributed on an
15*0229f6bcSAndrew Rist  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*0229f6bcSAndrew Rist  * KIND, either express or implied.  See the License for the
17*0229f6bcSAndrew Rist  * specific language governing permissions and limitations
18*0229f6bcSAndrew Rist  * under the License.
19*0229f6bcSAndrew Rist  *
20*0229f6bcSAndrew Rist  *************************************************************/
21*0229f6bcSAndrew Rist 
22cdf0e10cSrcweir // stdafx1.cpp : source file that includes just the standard includes
23cdf0e10cSrcweir //  stdafx1.pch will be the pre-compiled header
24cdf0e10cSrcweir //  stdafx1.obj will contain the pre-compiled type information
25cdf0e10cSrcweir 
26cdf0e10cSrcweir 
27cdf0e10cSrcweir #include "stdafx2.h"
28cdf0e10cSrcweir 
29cdf0e10cSrcweir #ifdef _ATL_STATIC_REGISTRY
30cdf0e10cSrcweir #include <statreg.h>
31cdf0e10cSrcweir #include <statreg.cpp>
32cdf0e10cSrcweir #endif
33cdf0e10cSrcweir 
34cdf0e10cSrcweir #include <atlimpl.cpp>
35cdf0e10cSrcweir 
36