mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-14 00:14:11 +09:00
rdtk: fix windows build
Don't do export any functions.
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user