ProteoWizard
Export.hpp
Go to the documentation of this file.
1 //
2 // $Id: Export.hpp 1195 2009-08-14 22:12:04Z chambm $
3 //
4 //
5 // Original author: Matt Chambers <matt.chambers .@. vanderbilt.edu>
6 //
7 // Copyright 2008 Spielberg Family Center for Applied Proteomics
8 // Cedars Sinai Medical Center, Los Angeles, California 90048
9 // Copyright 2008 Vanderbilt University - Nashville, TN 37232
10 //
11 // Licensed under the Apache License, Version 2.0 (the "License");
12 // you may not use this file except in compliance with the License.
13 // You may obtain a copy of the License at
14 //
15 // http://www.apache.org/licenses/LICENSE-2.0
16 //
17 // Unless required by applicable law or agreed to in writing, software
18 // distributed under the License is distributed on an "AS IS" BASIS,
19 // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
20 // See the License for the specific language governing permissions and
21 // limitations under the License.
22 //
23 
24 #ifndef PWIZ_API_DECL
25 #ifdef PWIZ_DYN_LINK
26 #ifdef PWIZ_SOURCE
27 #define PWIZ_API_DECL __declspec(dllexport)
28 #else
29 #define PWIZ_API_DECL __declspec(dllimport)
30 #endif // PWIZ_SOURCE
31 #else
32 #define PWIZ_API_DECL
33 #endif // PWIZ_DYN_LINK
34 #endif // PWIZ_API_DECL