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