setupapi: Add DECLSPEC_HOTPATCH to SetupDiEnumDeviceInfo().

Wine-Bug: https://bugs.winehq.org/show_bug.cgi?id=46971
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
(cherry picked from commit 5466df6957)
Signed-off-by: Michael Stefaniuc <mstefani@winehq.org>
oldstable
Andrey Gusev 2019-04-23 14:28:49 +03:00 committed by Michael Stefaniuc
parent e3539df7a9
commit 8e62ef4ca0
1 changed files with 1 additions and 1 deletions

View File

@ -1607,7 +1607,7 @@ BOOL WINAPI SetupDiDeleteDeviceInterfaceData(HDEVINFO devinfo, SP_DEVICE_INTERFA
/***********************************************************************
* SetupDiEnumDeviceInfo (SETUPAPI.@)
*/
BOOL WINAPI SetupDiEnumDeviceInfo(HDEVINFO devinfo, DWORD index, SP_DEVINFO_DATA *device_data)
BOOL WINAPI DECLSPEC_HOTPATCH SetupDiEnumDeviceInfo(HDEVINFO devinfo, DWORD index, SP_DEVINFO_DATA *device_data)
{
struct DeviceInfoSet *set;
struct device *device;