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
This commit is contained in:
parent
cb4ffc9c20
commit
061a23cdc1
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue