diff options
| author | Wei Mao <[email protected]> | 2017-04-30 22:02:41 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-04-30 22:02:41 -0700 |
| commit | e8400f5d0263c0d70b8a0708a059bf2fc8b301dd (patch) | |
| tree | 5d64c4019e52fcc9fa0e2bc5db1a9f6bb698df1f | |
| parent | d0ff69d56d030d96767ee51e1e3a74b6f6eeaf4a (diff) | |
| parent | dc90db913149f0f71615bd9e07d724d3cccb20e3 (diff) | |
Merge pull request #129 from DavidEGrayson/pr_devcon1
devcon: Made DumpDeviceDriversCallback be __stdcall.
| -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: |
