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