pidgin/pidgin

Avoid warnings about abs/labs due to long time_t.

2019-11-10, Elliott Sales de Andrade
af68597474ae
Avoid warnings about abs/labs due to long time_t.
#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_
void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);
#endif /* _MINIMIZE_TO_TRAY_H_ */