mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 10:31:43 +00:00
[GDI32] Fix 64 bit issues
This commit is contained in:
parent
4f0a158a2f
commit
7ad5f405cb
6 changed files with 16 additions and 15 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue