Merge static library support from paulburton
This commit is contained in:
@@ -727,8 +727,13 @@ typedef enum wiiuse_loglevel {
|
|||||||
*****************************************/
|
*****************************************/
|
||||||
|
|
||||||
#ifdef WIIUSE_WIN32
|
#ifdef WIIUSE_WIN32
|
||||||
|
#ifdef WIIUSE_STATIC
|
||||||
|
#define WIIUSE_EXPORT_DECL
|
||||||
|
#define WIIUSE_IMPORT_DECL
|
||||||
|
#else
|
||||||
#define WIIUSE_EXPORT_DECL __declspec(dllexport)
|
#define WIIUSE_EXPORT_DECL __declspec(dllexport)
|
||||||
#define WIIUSE_IMPORT_DECL __declspec(dllimport)
|
#define WIIUSE_IMPORT_DECL __declspec(dllimport)
|
||||||
|
#endif
|
||||||
#else
|
#else
|
||||||
#define WIIUSE_EXPORT_DECL
|
#define WIIUSE_EXPORT_DECL
|
||||||
#define WIIUSE_IMPORT_DECL
|
#define WIIUSE_IMPORT_DECL
|
||||||
|
|||||||
Reference in New Issue
Block a user