mirror of
https://github.com/reactos/wine.git
synced 2024-11-25 20:59:54 +00:00
setupapi: Correct type to match PSDK.
This commit is contained in:
parent
1233b4b27b
commit
ae6f5616cb
@ -213,10 +213,10 @@ DECL_WINELIB_SETUPAPI_TYPE_AW(PSP_DEVINSTALL_PARAMS)
|
||||
of a device information set) */
|
||||
typedef struct _SP_DEVINFO_DATA
|
||||
{
|
||||
DWORD cbSize;
|
||||
GUID ClassGuid;
|
||||
DWORD DevInst; /* DEVINST handle */
|
||||
DWORD Reserved;
|
||||
DWORD cbSize;
|
||||
GUID ClassGuid;
|
||||
DWORD DevInst; /* DEVINST handle */
|
||||
ULONG_PTR Reserved;
|
||||
} SP_DEVINFO_DATA, *PSP_DEVINFO_DATA;
|
||||
|
||||
typedef struct _SP_DEVICE_INTERFACE_DATA
|
||||
|
Loading…
Reference in New Issue
Block a user