Fix MSVC dll building
This commit is contained in:
@@ -24,7 +24,7 @@ SOFTWARE.
|
||||
*/
|
||||
|
||||
/** Generated with ppam */
|
||||
|
||||
#ifndef PD_BUILD_STATIC
|
||||
#ifdef _WIN32 // Windows (MSVC Tested)
|
||||
#ifdef PD_BUILD_SHARED
|
||||
#define PD_API __declspec(dllexport)
|
||||
@@ -49,3 +49,6 @@ SOFTWARE.
|
||||
#else
|
||||
#define PD_API
|
||||
#endif
|
||||
#else
|
||||
#define PD_API
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user