pidgin/pidgin

Add some NULL checks to silence scan-build.

2019-11-05, Elliott Sales de Andrade
eda298799a8e
Add some NULL checks to silence scan-build.
#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_
void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);
#endif /* _MINIMIZE_TO_TRAY_H_ */