pidgin/win32/MinimizeToTray.h

Mon, 25 Nov 2013 16:51:46 +0100

author
Tomasz Wasilczyk <twasilczyk@pidgin.im>
date
Mon, 25 Nov 2013 16:51:46 +0100
changeset 34523
1d3a0e42cb09
parent 15435
4b933b06d75e
child 18068
b6554e3c8224
permissions
-rw-r--r--

Windows: fix prepare script for win64. A patch provided by TLemur. Fixes #15819

#ifndef _MINIMIZE_TO_TRAY_H_
#define _MINIMIZE_TO_TRAY_H_

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

#endif /* _MINIMIZE_TO_TRAY_H_ */

mercurial