diff --git a/dlls/shell32/shell32_main.c b/dlls/shell32/shell32_main.c index 3eef156c647..b72ec05070f 100644 --- a/dlls/shell32/shell32_main.c +++ b/dlls/shell32/shell32_main.c @@ -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 */ } /*************************************************************************