xref: /aoo41x/main/framework/inc/fwkdllapi.h (revision 228b4580)
1*228b4580SAndrew Rist /**************************************************************
2*228b4580SAndrew Rist  *
3*228b4580SAndrew Rist  * Licensed to the Apache Software Foundation (ASF) under one
4*228b4580SAndrew Rist  * or more contributor license agreements.  See the NOTICE file
5*228b4580SAndrew Rist  * distributed with this work for additional information
6*228b4580SAndrew Rist  * regarding copyright ownership.  The ASF licenses this file
7*228b4580SAndrew Rist  * to you under the Apache License, Version 2.0 (the
8*228b4580SAndrew Rist  * "License"); you may not use this file except in compliance
9*228b4580SAndrew Rist  * with the License.  You may obtain a copy of the License at
10*228b4580SAndrew Rist  *
11*228b4580SAndrew Rist  *   http://www.apache.org/licenses/LICENSE-2.0
12*228b4580SAndrew Rist  *
13*228b4580SAndrew Rist  * Unless required by applicable law or agreed to in writing,
14*228b4580SAndrew Rist  * software distributed under the License is distributed on an
15*228b4580SAndrew Rist  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*228b4580SAndrew Rist  * KIND, either express or implied.  See the License for the
17*228b4580SAndrew Rist  * specific language governing permissions and limitations
18*228b4580SAndrew Rist  * under the License.
19*228b4580SAndrew Rist  *
20*228b4580SAndrew Rist  *************************************************************/
21*228b4580SAndrew Rist 
22cdf0e10cSrcweir #ifndef INCLUDED_FWKDLLAPI_H
23cdf0e10cSrcweir #define INCLUDED_FWKDLLAPI_H
24cdf0e10cSrcweir 
25cdf0e10cSrcweir #include "sal/types.h"
26cdf0e10cSrcweir 
27cdf0e10cSrcweir #include <fwidllapi.h>
28cdf0e10cSrcweir 
29cdf0e10cSrcweir #endif /* INCLUDED_FWKDLLAPI_H */
30