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_IMPORT __declspec(dllimport)
|
||||
#endif
|
||||
#ifdef TRACETOOLS_BUILDING_LIBRARY
|
||||
#ifdef TRACETOOLS_BUILDING_DLL
|
||||
#define TRACETOOLS_PUBLIC TRACETOOLS_EXPORT
|
||||
#else
|
||||
#define TRACETOOLS_PUBLIC TRACETOOLS_IMPORT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue