mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Minor change.
This commit is contained in:
parent
e459e3df34
commit
f431d48dd8
@ -20,12 +20,11 @@
|
||||
#define __EXPORT_H__
|
||||
|
||||
#ifdef LIBRARY_EXPORTS
|
||||
#define LIBRARY_DECLSPEC __declspec(dllexport)
|
||||
#define LIBRARY_EXPORT EXTERN_C
|
||||
#else
|
||||
#define LIBRARY_DECLSPEC __declspec(dllimport)
|
||||
#define LIBRARY_EXPORT EXTERN_C __declspec(dllimport)
|
||||
#endif // LIBRARY_EXPORTS
|
||||
|
||||
#define LIBRARY_EXPORT EXTERN_C LIBRARY_DECLSPEC
|
||||
#define PLUGIN_EXPORT EXTERN_C __declspec(dllexport)
|
||||
|
||||
//
|
||||
|
Loading…
Reference in New Issue
Block a user