mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Upgraded the project to VC 2008.
This commit is contained in:
@ -43,7 +43,7 @@ extern "C++" CRainmeter* Rainmeter;
|
||||
** The Main-function
|
||||
**
|
||||
*/
|
||||
int APIENTRY wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPCTSTR lpCmdLine, int nCmdShow)
|
||||
int APIENTRY wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmdLine, int nCmdShow)
|
||||
{
|
||||
MSG msg;
|
||||
WCHAR* WinClass = L"DummyRainWClass";
|
||||
|
Reference in New Issue
Block a user