Mercurial > hg > xemacs-beta
comparison src/sysdll.h @ 410:de805c49cfc1 r21-2-35
Import from CVS: tag r21-2-35
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:19:21 +0200 |
parents | 74fd4e045ea6 |
children | 697ef44129c6 |
comparison
equal
deleted
inserted
replaced
409:301b9ebbdf3b | 410:de805c49cfc1 |
---|---|
24 | 24 |
25 #ifdef __cplusplus | 25 #ifdef __cplusplus |
26 extern "C" { | 26 extern "C" { |
27 #endif | 27 #endif |
28 | 28 |
29 #if defined(WIN32) | 29 #if defined(WIN32_NATIVE) |
30 #define DLLEXPORT __declspec(dllexport) | 30 #define DLLEXPORT __declspec(dllexport) |
31 #elif defined(_WINDOWS) | 31 #elif defined(WIN16) |
32 #define DLLEXPORT FAR PASCAL _EXPORT | 32 #define DLLEXPORT FAR PASCAL _EXPORT |
33 #else | 33 #else |
34 #define DLLEXPORT | 34 #define DLLEXPORT |
35 #endif | 35 #endif |
36 | 36 |