20 #if defined(_WIN32) || defined(_WIN64)
21 # define REPO_DECL_EXPORT __declspec(dllexport)
22 # define REPO_DECL_IMPORT __declspec(dllimport)
24 # define REPO_DECL_EXPORT
25 # define REPO_DECL_IMPORT
29 #if defined(REPO_API_LIBRARY)
30 # define REPO_API_EXPORT REPO_DECL_EXPORT
32 # define REPO_API_EXPORT REPO_DECL_IMPORT
36 #define BOUNCER_VMAJOR 1
37 #define BOUNCER_VMINOR "3.6"