2 |
|
// |
3 |
|
// Douglas Thrift |
4 |
|
// |
5 |
< |
// $Id: VTBFileUtil2.h,v 1.6 2003/08/17 00:43:49 douglas Exp $ |
5 |
> |
// $Id: VTBFileUtil2.h,v 1.8 2003/08/19 04:39:38 douglas Exp $ |
6 |
|
|
7 |
|
#ifndef _VTBFileUtil_h_ |
8 |
|
#define _VTBFileUtil_h_ |
16 |
|
#include <sstream> |
17 |
|
#include <cctype> |
18 |
|
#include <vector> |
19 |
+ |
#include <set> |
20 |
+ |
#include <map> |
21 |
|
#include <cstdlib> |
22 |
|
|
23 |
|
#include <windows.h> |
34 |
|
{ |
35 |
|
HINSTANCE instance; |
36 |
|
HICON icon; |
35 |
– |
UINT_PTR tips; |
37 |
|
}; |
38 |
|
|
39 |
|
extern bool debug; |
77 |
|
SetWindowPos(window, HWND_TOP, desktop.left + (rect.right / 2), desktop.top |
78 |
|
+ (rect.bottom / 2), 0, 0, SWP_NOSIZE); |
79 |
|
} |
79 |
– |
void tooltip(HWND tool, const string& tip); |
80 |
|
|
81 |
|
#endif // _VTBFileUtil_h_ |