Commit ae6f5616 authored by Juan Lang's avatar Juan Lang Committed by Alexandre Julliard

setupapi: Correct type to match PSDK.

parent 1233b4b2
...@@ -216,7 +216,7 @@ typedef struct _SP_DEVINFO_DATA ...@@ -216,7 +216,7 @@ typedef struct _SP_DEVINFO_DATA
DWORD cbSize; DWORD cbSize;
GUID ClassGuid; GUID ClassGuid;
DWORD DevInst; /* DEVINST handle */ DWORD DevInst; /* DEVINST handle */
DWORD Reserved; ULONG_PTR Reserved;
} SP_DEVINFO_DATA, *PSP_DEVINFO_DATA; } SP_DEVINFO_DATA, *PSP_DEVINFO_DATA;
typedef struct _SP_DEVICE_INTERFACE_DATA typedef struct _SP_DEVICE_INTERFACE_DATA
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment