1
0
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:
gstellenberg
2009-06-12 09:47:43 -05:00
parent 419269a60d
commit 789ac049db
4 changed files with 17 additions and 4 deletions

View File

@@ -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