Upgraded the project to VC 2008.

This commit is contained in:
Kimmo Pekkola
2009-03-21 09:35:03 +00:00
parent e5eef23fa2
commit 2d2247d3d8
30 changed files with 3761 additions and 4454 deletions

View File

@ -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";