mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Fixed build.
This commit is contained in:
parent
97d69abc47
commit
34effcfba0
@ -310,11 +310,14 @@ private:
|
|||||||
GlobalConfig m_GlobalConfig;
|
GlobalConfig m_GlobalConfig;
|
||||||
};
|
};
|
||||||
|
|
||||||
extern "C"
|
#ifdef LIBRARY_EXPORTS
|
||||||
{
|
#define EXPORT_PLUGIN EXTERN_C
|
||||||
int Initialize(HWND hWnd, HINSTANCE hInstance, LPCWSTR lpCmdLine);
|
#else
|
||||||
void Quit();
|
#define EXPORT_PLUGIN EXTERN_C __declspec(dllimport)
|
||||||
void ExecuteBang(LPCTSTR szBang);
|
#endif
|
||||||
}
|
|
||||||
|
EXPORT_PLUGIN int Initialize(HWND hWnd, HINSTANCE hInstance, LPCWSTR lpCmdLine);
|
||||||
|
EXPORT_PLUGIN void Quit();
|
||||||
|
EXPORT_PLUGIN void ExecuteBang(LPCTSTR szBang);
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user