setupapi: Correct type to match PSDK.

This commit is contained in:
Juan Lang 2007-09-18 09:47:21 -07:00 committed by Alexandre Julliard
parent 1233b4b27b
commit ae6f5616cb
1 changed files with 4 additions and 4 deletions

View File

@ -213,10 +213,10 @@ DECL_WINELIB_SETUPAPI_TYPE_AW(PSP_DEVINSTALL_PARAMS)
of a device information set) */ of a device information set) */
typedef struct _SP_DEVINFO_DATA 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