source:
trunk/third-party/libnatpmp/declspec.h
@
6705
Last change on this file since 6705 was 6705, checked in by muks, 14 years ago | |
---|---|
File size: 258 bytes |
Line | |
---|---|
1 | #ifndef __DECLSPEC_H__ |
2 | #define __DECLSPEC_H__ |
3 | |
4 | /* |
5 | #if defined(WIN32) && !defined(STATICLIB) |
6 | #ifdef NATPMP_EXPORTS |
7 | #define LIBSPEC __declspec(dllexport) |
8 | #else |
9 | #define LIBSPEC __declspec(dllimport) |
10 | #endif |
11 | #else |
12 | */ |
13 | #define LIBSPEC |
14 | /* |
15 | #endif |
16 | */ |
17 | |
18 | #endif |
19 |
Note: See TracBrowser
for help on using the repository browser.