21 #if defined(_MSC_VER) || defined(__declspec)
22 # define HWSD_DLLEXPORT __declspec(dllexport)
23 # define HWSD_DLLIMPORT __declspec(dllimport)
25 # define HWSD_DLLEXPORT
26 # define HWSD_DLLIMPORT
29 #if defined(HWSD_STATIC)
31 #elif defined(HWSD_SHARED)
32 # define HWSD_API HWSD_DLLEXPORT
34 # define HWSD_API HWSD_DLLIMPORT
37 #if defined(HWSD_SHARED_INL)
38 # define HWSD_INL HWSD_DLLEXPORT
40 # define HWSD_INL HWSD_DLLIMPORT