mirror of
https://github.com/chibicitiberiu/rainmeter-studio.git
synced 2024-02-24 04:33:31 +00:00
Unignore and fix warnings in Library/
This commit is contained in:
@ -129,7 +129,7 @@ bool TrayWindow::IsTrayIconReady()
|
||||
tnid.hWnd = m_Window;
|
||||
tnid.uID = IDI_TRAY;
|
||||
|
||||
return Shell_NotifyIcon(NIM_MODIFY, &tnid);
|
||||
return Shell_NotifyIcon(NIM_MODIFY, &tnid) != FALSE;
|
||||
}
|
||||
|
||||
void TrayWindow::TryAddTrayIcon()
|
||||
|
Reference in New Issue
Block a user