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

@ -43,5 +43,5 @@ int APIENTRY wWinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPWSTR lpCmd
_CrtSetDbgFlag(_CRTDBG_ALLOC_MEM_DF | _CRTDBG_LEAK_CHECK_DF);
//_CrtSetBreakAlloc(000);
return RainmeterMain(hInstance, lpCmdLine);
return RainmeterMain(lpCmdLine);
}