summaryrefslogtreecommitdiff
path: root/setup/devcon/dump.cpp
AgeCommit message (Collapse)Author
2017-04-30devcon: Add CALLBACK to DumpDeviceDriversCallback definition.David Grayson
The function is passed to SetupScanFileQueue, which expects it to be a PSP_FILE_CALLBACK. The definition of PSP_FILE_CABLLBACK includes CALLBACK. The definition of CALLBACK usually is __stdcall. This change is needed for compiling devcon with mingw-w64.
2015-03-17Initial publishDave Wilson