Fix name of Windows dll visibility define

This commit is contained in:
Christophe Bedard 2019-08-02 13:24:06 +02:00
parent d793ee0811
commit d19461174d

View file

@ -33,7 +33,7 @@
#define TRACETOOLS_EXPORT __declspec(dllexport) #define TRACETOOLS_EXPORT __declspec(dllexport)
#define TRACETOOLS_IMPORT __declspec(dllimport) #define TRACETOOLS_IMPORT __declspec(dllimport)
#endif #endif
#ifdef TRACETOOLS_BUILDING_LIBRARY #ifdef TRACETOOLS_BUILDING_DLL
#define TRACETOOLS_PUBLIC TRACETOOLS_EXPORT #define TRACETOOLS_PUBLIC TRACETOOLS_EXPORT
#else #else
#define TRACETOOLS_PUBLIC TRACETOOLS_IMPORT #define TRACETOOLS_PUBLIC TRACETOOLS_IMPORT