mirror of
https://github.com/reactos/reactos.git
synced 2024-11-10 00:34:39 +00:00
23 lines
381 B
C
23 lines
381 B
C
|
#ifndef _GDIHV_H
|
||
|
#define _GDIHV_H
|
||
|
|
||
|
#define UNICODE
|
||
|
|
||
|
#define WIN32_NO_STATUS
|
||
|
#include <windows.h>
|
||
|
#include <commctrl.h>
|
||
|
#include <ndk/ntndk.h>
|
||
|
#include <psapi.h>
|
||
|
|
||
|
#include "gdi.h"
|
||
|
#include "mainwnd.h"
|
||
|
#include "proclist.h"
|
||
|
#include "handlelist.h"
|
||
|
|
||
|
#include "resource.h"
|
||
|
|
||
|
extern PGDI_TABLE_ENTRY GdiHandleTable;
|
||
|
extern HINSTANCE g_hInstance;
|
||
|
|
||
|
#endif //_GDIHV_H
|