mirror of https://github.com/FreeRDP/FreeRDP
parent
1bad57c2f9
commit
29adf0ce0e
|
@ -21,6 +21,8 @@
|
|||
|
||||
#include <winpr/spec.h>
|
||||
|
||||
/* Don't do any export */
|
||||
#if 0
|
||||
#if defined _WIN32 || defined __CYGWIN__
|
||||
#ifdef RDTK_EXPORTS
|
||||
#ifdef __GNUC__
|
||||
|
@ -42,5 +44,7 @@
|
|||
#define RDTK_EXPORT
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
#define RDTK_EXPORT
|
||||
|
||||
#endif /* RDTK_API_H */
|
||||
|
|
Loading…
Reference in New Issue