xref: /aoo42x/main/dbaccess/inc/dbaccessdllapi.h (revision 7e45ecb9)
1*7e45ecb9SAndrew Rist /**************************************************************
2cdf0e10cSrcweir  *
3*7e45ecb9SAndrew Rist  * Licensed to the Apache Software Foundation (ASF) under one
4*7e45ecb9SAndrew Rist  * or more contributor license agreements.  See the NOTICE file
5*7e45ecb9SAndrew Rist  * distributed with this work for additional information
6*7e45ecb9SAndrew Rist  * regarding copyright ownership.  The ASF licenses this file
7*7e45ecb9SAndrew Rist  * to you under the Apache License, Version 2.0 (the
8*7e45ecb9SAndrew Rist  * "License"); you may not use this file except in compliance
9*7e45ecb9SAndrew Rist  * with the License.  You may obtain a copy of the License at
10*7e45ecb9SAndrew Rist  *
11*7e45ecb9SAndrew Rist  *   http://www.apache.org/licenses/LICENSE-2.0
12*7e45ecb9SAndrew Rist  *
13*7e45ecb9SAndrew Rist  * Unless required by applicable law or agreed to in writing,
14*7e45ecb9SAndrew Rist  * software distributed under the License is distributed on an
15*7e45ecb9SAndrew Rist  * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*7e45ecb9SAndrew Rist  * KIND, either express or implied.  See the License for the
17*7e45ecb9SAndrew Rist  * specific language governing permissions and limitations
18*7e45ecb9SAndrew Rist  * under the License.
19*7e45ecb9SAndrew Rist  *
20*7e45ecb9SAndrew Rist  *************************************************************/
21*7e45ecb9SAndrew Rist 
22*7e45ecb9SAndrew Rist 
23cdf0e10cSrcweir 
24cdf0e10cSrcweir #ifndef INCLUDED_DBACCESSDLLAPI_H
25cdf0e10cSrcweir #define INCLUDED_DBACCESSDLLAPI_H
26cdf0e10cSrcweir 
27cdf0e10cSrcweir #ifndef _SAL_TYPES_H_
28cdf0e10cSrcweir #include "sal/types.h"
29cdf0e10cSrcweir #endif
30cdf0e10cSrcweir 
31cdf0e10cSrcweir #if defined(DBACCESS_DLLIMPLEMENTATION)
32cdf0e10cSrcweir #define DBACCESS_DLLPUBLIC  SAL_DLLPUBLIC_EXPORT
33cdf0e10cSrcweir #else
34cdf0e10cSrcweir #define DBACCESS_DLLPUBLIC  SAL_DLLPUBLIC_IMPORT
35cdf0e10cSrcweir #endif
36cdf0e10cSrcweir #define DBACCESS_DLLPRIVATE SAL_DLLPRIVATE
37cdf0e10cSrcweir 
38cdf0e10cSrcweir #endif /* INCLUDED_DBACCESSDLLAPI_H */
39cdf0e10cSrcweir 
40