# | Line 2 | Line 2 | |
---|---|---|
2 | // | |
3 | // Douglas Thrift | |
4 | // | |
5 | < | // $Id: VTBFileUtil2.h,v 1.10 2003/08/20 05:49:34 douglas Exp $ |
5 | > | // $Id: VTBFileUtil2.h,v 1.11 2003/08/24 07:31:45 douglas Exp $ |
6 | ||
7 | #ifndef _VTBFileUtil_h_ | |
8 | #define _VTBFileUtil_h_ | |
# | Line 21 | Line 21 | |
21 | #include <cstdlib> | |
22 | ||
23 | #include <windows.h> | |
24 | + | #include <windowsx.h> |
25 | #include <commctrl.h> | |
26 | #include <objbase.h> | |
27 | #include <shlobj.h> | |
# | Line 35 | Line 36 | struct Gui | |
36 | { | |
37 | HINSTANCE instance; | |
38 | HICON icon; | |
39 | + | int show; |
40 | }; | |
41 | ||
42 | extern bool debug; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |