1*b74bd631SAndrew Rist/**************************************************************
2cdf0e10cSrcweir *
3*b74bd631SAndrew Rist * Licensed to the Apache Software Foundation (ASF) under one
4*b74bd631SAndrew Rist * or more contributor license agreements.  See the NOTICE file
5*b74bd631SAndrew Rist * distributed with this work for additional information
6*b74bd631SAndrew Rist * regarding copyright ownership.  The ASF licenses this file
7*b74bd631SAndrew Rist * to you under the Apache License, Version 2.0 (the
8*b74bd631SAndrew Rist * "License"); you may not use this file except in compliance
9*b74bd631SAndrew Rist * with the License.  You may obtain a copy of the License at
10*b74bd631SAndrew Rist *
11*b74bd631SAndrew Rist *   http://www.apache.org/licenses/LICENSE-2.0
12*b74bd631SAndrew Rist *
13*b74bd631SAndrew Rist * Unless required by applicable law or agreed to in writing,
14*b74bd631SAndrew Rist * software distributed under the License is distributed on an
15*b74bd631SAndrew Rist * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*b74bd631SAndrew Rist * KIND, either express or implied.  See the License for the
17*b74bd631SAndrew Rist * specific language governing permissions and limitations
18*b74bd631SAndrew Rist * under the License.
19*b74bd631SAndrew Rist *
20*b74bd631SAndrew Rist *************************************************************/
21*b74bd631SAndrew Rist
22*b74bd631SAndrew Rist
23cdf0e10cSrcweir
24cdf0e10cSrcweir#ifndef CONNECTIVITY_RESOURCE_MACAB_HRC
25cdf0e10cSrcweir#define CONNECTIVITY_RESOURCE_MACAB_HRC
26cdf0e10cSrcweir
27cdf0e10cSrcweir#include "resource/conn_shared_res.hrc"
28cdf0e10cSrcweir#include "resource/common_res.hrc"
29cdf0e10cSrcweir// ============================================================================
30cdf0e10cSrcweir// = the macab driver's resource strings
31cdf0e10cSrcweir// ============================================================================
32cdf0e10cSrcweir
33cdf0e10cSrcweir#define STR_NO_TABLE                    ( STR_MACAB_BASE +    0 )
34cdf0e10cSrcweir#define STR_NO_MAC_OS_FOUND             ( STR_MACAB_BASE +    1 )
35cdf0e10cSrcweir
36cdf0e10cSrcweir#endif // CONNECTIVITY_RESOURCE_MACAB_HRC
37cdf0e10cSrcweir
38