mirror of
https://github.com/preble/libpinproc
synced 2026-02-24 18:25:23 +01:00
Resolved a number of build issues with WIN32 builds
This commit is contained in:
@@ -39,7 +39,9 @@
|
||||
#if defined(PR_BUILDING_PR)
|
||||
#define PR_EXPORT __declspec(dllexport) extern
|
||||
#else
|
||||
#define PR_EXPORT __declspec(dllimport) extern
|
||||
// TODO: Decide what to do here:
|
||||
//#define PR_EXPORT __declspec(dllimport) extern
|
||||
#define PR_EXPORT
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user