Some minor fixes.

This commit is contained in:
Birunthan Mohanathas
2012-02-16 17:38:45 +00:00
parent bf27206d8c
commit b48791dd58
4 changed files with 13 additions and 13 deletions

View File

@ -120,7 +120,7 @@ public:
CRainmeter();
~CRainmeter();
int Initialize(HINSTANCE hInstance, LPCWSTR szPath);
int Initialize(LPCWSTR szPath);
int MessagePump();
void SetNetworkStatisticsTimer();
@ -332,6 +332,6 @@ private:
#define EXPORT_PLUGIN EXTERN_C __declspec(dllimport)
#endif
EXPORT_PLUGIN int RainmeterMain(HINSTANCE Instance, LPWSTR cmdLine);
EXPORT_PLUGIN int RainmeterMain(LPWSTR cmdLine);
#endif