Merge pull request #129 from DavidEGrayson/pr_devcon1

devcon: Made DumpDeviceDriversCallback be __stdcall.
This commit is contained in:
Wei Mao 2017-04-30 22:02:41 -07:00 коммит произвёл GitHub
Родитель d0ff69d56d dc90db9131
Коммит e8400f5d02
1 изменённых файлов: 1 добавлений и 2 удалений

Просмотреть файл

@ -407,8 +407,7 @@ Return Value:
return TRUE;
}
UINT DumpDeviceDriversCallback(_In_ PVOID Context, _In_ UINT Notification, _In_ UINT_PTR Param1, _In_ UINT_PTR Param2)
UINT CALLBACK DumpDeviceDriversCallback(_In_ PVOID Context, _In_ UINT Notification, _In_ UINT_PTR Param1, _In_ UINT_PTR Param2)
/*++
Routine Description: