[GDI32] Fix 64 bit issues

This commit is contained in:
Timo Kreuzer 2018-03-04 16:06:54 +01:00
parent 4f0a158a2f
commit 7ad5f405cb
6 changed files with 16 additions and 15 deletions

View file

@ -136,7 +136,7 @@ typedef struct tagENHMETAFILE
#define UMPDEV_SUPPORT_ESCAPE 0x0004
typedef struct _UMPDEV
{
DWORD Sig; // Init with PDEV_UMPD_ID
DWORD_PTR Sig; // Init with PDEV_UMPD_ID
struct _UMPDEV *pumpdNext;
PDRIVER_INFO_5W pdi5Info;
HMODULE hModule;