Go to the documentation of this file.
39 #if !defined(TAWARA_WIN_DLL_H_)
40 #define TAWARA_WIN_DLL_H_
43 #if defined(TAWARA_STATIC)
45 #elif defined(tawara_EXPORTS)
46 #define TAWARA_EXPORT __declspec(dllexport)
48 #define TAWARA_EXPORT __declspec(dllimport)
54 #endif // TAWARA_WIN_DLL_H_