reactos/rosapps/applications/devutils/gdihv/gdihv.h
Sylvain Petreolle 73b829f989 [GDIHV]
Don't define UNICODE in source.

svn path=/trunk/; revision=69827
2015-11-07 10:41:56 +00:00

22 lines
382 B
C

#ifndef _GDIHV_H
#define _GDIHV_H
#include <tchar.h>
#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