Pretend successful execution of SHELL_NotifyIcon*().

This commit is contained in:
Andreas Mohr 1999-09-13 15:12:08 +00:00 committed by Alexandre Julliard
parent 0c62bf064d
commit 457884982f
1 changed files with 4 additions and 4 deletions

View File

@ -673,8 +673,8 @@ BOOL WINAPI ShellAboutW( HWND hWnd, LPCWSTR szApp, LPCWSTR szOtherStuff,
* Any ideas on how this is to be implimented?
*/
BOOL WINAPI Shell_NotifyIcon( DWORD dwMessage, PNOTIFYICONDATAA pnid )
{ TRACE_(shell)("\n");
return FALSE;
{ FIXME_(shell)("Taskbar Notification Area functionality not implemented !\n");
return TRUE; /* pretend success */
}
/*************************************************************************
@ -684,8 +684,8 @@ BOOL WINAPI Shell_NotifyIcon( DWORD dwMessage, PNOTIFYICONDATAA pnid )
* Any ideas on how this is to be implimented?
*/
BOOL WINAPI Shell_NotifyIconA(DWORD dwMessage, PNOTIFYICONDATAA pnid )
{ TRACE_(shell)("\n");
return FALSE;
{ FIXME_(shell)("Taskbar Notification Area functionality not implemented !\n");
return TRUE; /* pretend success */
}
/*************************************************************************