From 457884982fdbdc97998347128ec80c16486c9904 Mon Sep 17 00:00:00 2001 From: Andreas Mohr Date: Mon, 13 Sep 1999 15:12:08 +0000 Subject: [PATCH] Pretend successful execution of SHELL_NotifyIcon*(). --- dlls/shell32/shell32_main.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 */ } /*************************************************************************