diff options
Diffstat (limited to 'setup/devcon/dump.cpp')
| -rw-r--r-- | setup/devcon/dump.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/setup/devcon/dump.cpp b/setup/devcon/dump.cpp index fac6ee31..28a71ca7 100644 --- a/setup/devcon/dump.cpp +++ b/setup/devcon/dump.cpp @@ -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: |
