taskmgr: Make TrayIcon_GetProcessorUsageIcon() static.

oldstable
Francois Gouget 2009-02-05 00:19:35 +01:00 committed by Alexandre Julliard
parent 07ccd5a36d
commit 678a0e1eb5
2 changed files with 1 additions and 2 deletions

View File

@ -176,7 +176,6 @@ void ProcessPage_OnDebugChannels(void);
#define WM_ONTRAYICON WM_USER + 5
HICON TrayIcon_GetProcessorUsageIcon(void);
BOOL TrayIcon_ShellAddTrayIcon(void);
BOOL TrayIcon_ShellRemoveTrayIcon(void);
BOOL TrayIcon_ShellUpdateTrayIcon(void);

View File

@ -33,7 +33,7 @@
#include "taskmgr.h"
#include "perfdata.h"
HICON TrayIcon_GetProcessorUsageIcon(void)
static HICON TrayIcon_GetProcessorUsageIcon(void)
{
HICON hTrayIcon = NULL;
HDC hScreenDC = NULL;