rainmeter-plugin-sdk icon indicating copy to clipboard operation
rainmeter-plugin-sdk copied to clipboard

C++/C# plugin SDK for Rainmeter

Results 1 rainmeter-plugin-sdk issues
Sort by recently updated
recently updated
newest added

I have suggestion to modify the API header in the following way: ``` #ifndef UNIT_TESTS #ifdef LIBRARY_EXPORTS #define LIBRARY_EXPORT EXTERN_C #else #define LIBRARY_EXPORT EXTERN_C __declspec(dllimport) #endif // LIBRARY_EXPORTS #define PLUGIN_EXPORT...