13 #if defined(_MSC_VER) || defined(__declspec)
14 # define HWSD_DLLEXPORT __declspec(dllexport)
15 # define HWSD_DLLIMPORT __declspec(dllimport)
17 # define HWSD_DLLEXPORT
18 # define HWSD_DLLIMPORT
21 #if defined(HWSD_STATIC)
23 #elif defined(HWSD_SHARED)
24 # define HWSD_API HWSD_DLLEXPORT
26 # define HWSD_API HWSD_DLLIMPORT
29 #if defined(HWSD_SHARED_INL)
30 # define HWSD_INL HWSD_DLLEXPORT
32 # define HWSD_INL HWSD_DLLIMPORT
Includes compile-time defines of hwsd.