1 #ifndef _GDIHV_H
2 #define _GDIHV_H
3 
4 #include <tchar.h>
5 #define WIN32_NO_STATUS
6 #include <windows.h>
7 #include <commctrl.h>
8 #include <ndk/ntndk.h>
9 #include <psapi.h>
10 
11 #include "gdi.h"
12 #include "mainwnd.h"
13 #include "proclist.h"
14 #include "handlelist.h"
15 
16 #include "resource.h"
17 
18 extern PGDI_TABLE_ENTRY GdiHandleTable;
19 extern HINSTANCE g_hInstance;
20 
21 #endif //_GDIHV_H
22