pidgin/win32/MinimizeToTray.h@738e31fc6b51
pidgin/win32/MinimizeToTray.h
Sat, 02 May 2009 19:33:22 +0000
- author
- Daniel Atallah <datallah@pidgin.im>
- date
- Sat, 02 May 2009 19:33:22 +0000
- branch
- release-2.5.5.veracode
- changeset 25697
- 738e31fc6b51
- parent 15435
-
4b933b06d75e
- child 18068
-
b6554e3c8224
- permissions
- -rw-r--r--
Prevent a NUL ptr deref when the passport is malformed.
This came out of the veracode analysis.
#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_
void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);
#endif /* _MINIMIZE_TO_TRAY_H_ */