1*760cb77fSAndrew Rist// *************************************************************
2*760cb77fSAndrew Rist//
3*760cb77fSAndrew Rist//  Licensed to the Apache Software Foundation (ASF) under one
4*760cb77fSAndrew Rist//  or more contributor license agreements.  See the NOTICE file
5*760cb77fSAndrew Rist//  distributed with this work for additional information
6*760cb77fSAndrew Rist//  regarding copyright ownership.  The ASF licenses this file
7*760cb77fSAndrew Rist//  to you under the Apache License, Version 2.0 (the
8*760cb77fSAndrew Rist//  "License"); you may not use this file except in compliance
9*760cb77fSAndrew Rist//  with the License.  You may obtain a copy of the License at
10*760cb77fSAndrew Rist//
11*760cb77fSAndrew Rist//    http://www.apache.org/licenses/LICENSE-2.0
12*760cb77fSAndrew Rist//
13*760cb77fSAndrew Rist//  Unless required by applicable law or agreed to in writing,
14*760cb77fSAndrew Rist//  software distributed under the License is distributed on an
15*760cb77fSAndrew Rist//  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*760cb77fSAndrew Rist//  KIND, either express or implied.  See the License for the
17*760cb77fSAndrew Rist//  specific language governing permissions and limitations
18*760cb77fSAndrew Rist//  under the License.
19*760cb77fSAndrew Rist//
20*760cb77fSAndrew Rist// *************************************************************
21cdf0e10cSrcweir//_START_OF_HEADER
22cdf0e10cSrcweir/////////////////////////////////////////////////////////////////////////////
23cdf0e10cSrcweir//
24cdf0e10cSrcweir// Document Analysis Wizard - Resources
25cdf0e10cSrcweir//
26cdf0e10cSrcweir
27cdf0e10cSrcweir#include "res_defines.h"
28cdf0e10cSrcweir
29cdf0e10cSrcweir/////////////////////////////////////////////////////////////////////////////
30cdf0e10cSrcweir//
31cdf0e10cSrcweir// Required for Windows XP look and feel support
32cdf0e10cSrcweir//
33cdf0e10cSrcweir#define RT_MANIFEST 24
34cdf0e10cSrcweir
35cdf0e10cSrcweir1    RT_MANIFEST   "DocAnalysisWizard.exe.manifest"
36cdf0e10cSrcweir
37cdf0e10cSrcweir
38