Fix name of Windows dll visibility define
This commit is contained in:
parent
d793ee0811
commit
d19461174d
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue