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