Kaydet (Commit) 061a23cd authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS warnings01 (1.6.110); FILE MERGED

2006/03/10 15:34:09 pl 1.6.110.1: #i55991# removed warnings for windows platform
üst cb4ffc9c
......@@ -119,8 +119,8 @@ void NotifyListener( HWND hWnd )
int APIENTRY WinMain(HINSTANCE hInstance,
HINSTANCE hPrevInstance,
LPSTR lpCmdLine,
HINSTANCE /*hPrevInstance*/,
LPSTR /*lpCmdLine*/,
int nCmdShow)
{
// Look for -killtray argument
......@@ -404,7 +404,7 @@ LRESULT CALLBACK WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam)
}
// Mesage handler for about box.
LRESULT CALLBACK About(HWND hDlg, UINT message, WPARAM wParam, LPARAM lParam)
LRESULT CALLBACK About(HWND hDlg, UINT message, WPARAM wParam, LPARAM)
{
switch (message)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment