Commit 678a0e1e authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

taskmgr: Make TrayIcon_GetProcessorUsageIcon() static.

parent 07ccd5a3
......@@ -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);
......
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment