pidgin/win32/MinimizeToTray.h

Sat, 05 Jun 2010 03:59:23 +0000

author
Stu Tomlinson <nosnilmot@pidgin.im>
date
Sat, 05 Jun 2010 03:59:23 +0000
changeset 30389
967a5b5437a0
parent 15435
4b933b06d75e
child 18068
b6554e3c8224
permissions
-rw-r--r--

Fix parallel builds on win32

#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_

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

#endif /* _MINIMIZE_TO_TRAY_H_ */

mercurial