view pidgin/win32/MinimizeToTray.h @ 23668:c014c3fe0de9

Don't distribute the MIT Kerberos libraries with the win32 build anymore. Add error popup suppression to avoid the GSSAPI sasl library complaining about missing dependencies if MIT Kerberos isn't found on the system. This means that we no longer have to maintain a hacked-together msvcrt-based build of the MIT kerberos libraries.
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 30 Jul 2008 20:36:18 +0000
parents 5fe8042783c1
children
line wrap: on
line source

#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_

void MinimizeWndToTray(HWND hWnd);
void RestoreWndFromTray(HWND hWnd);

#endif /* _MINIMIZE_TO_TRAY_H_ */