Don't define HQX_API to anything on Windows
This commit is contained in:
parent
3e41685536
commit
7261af1d9f
1 changed files with 1 additions and 1 deletions
|
|
@ -33,7 +33,7 @@
|
|||
#define HQX_CALLCONV
|
||||
#endif
|
||||
|
||||
#if defined(_WIN32)
|
||||
#if 0 //defined(_WIN32)
|
||||
#ifdef DLL_EXPORT
|
||||
#define HQX_API __declspec(dllexport)
|
||||
#else
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue