Windows: fix checked UNICODE build of talocale
[openafs.git] / src / WINNT / client_creds / window.h
1 /*
2  * Copyright 2000, International Business Machines Corporation and others.
3  * All Rights Reserved.
4  *
5  * This software has been released under the terms of the IBM Public
6  * License.  For details, see the LICENSE file in the top-level source
7  * directory or online at http://www.openafs.org/dl/license10.html
8  */
9
10 #ifndef WINDOW_H
11 #define WINDOW_H
12
13
14 /*
15  * DEFINITIONS ________________________________________________________________
16  *
17  */
18
19 #define WM_TRAYICON          (WM_USER+100)
20
21
22 /*
23  * PROTOTYPES _________________________________________________________________
24  *
25  */
26
27 BOOL CALLBACK Main_DlgProc (HWND hWnd, UINT msg, WPARAM wp, LPARAM lp);
28
29 void Main_RepopulateTabs (BOOL fDestroyInvalid);
30 void Main_EnableRemindTimer (BOOL fEnable);
31 void Main_Show (BOOL fShow);
32 size_t Main_FindExpiredCreds (void);
33
34
35 #endif
36