You've already forked MINGW-packages
mirror of
https://github.com/encounter/MINGW-packages.git
synced 2026-03-30 11:29:58 -07:00
12 lines
334 B
Diff
12 lines
334 B
Diff
diff -u -r C++/dump.cpp C++fix/dump.cpp
|
|
--- C++/dump.cpp 2015-04-24 21:30:25.722776800 -0700
|
|
+++ C++fix/dump.cpp 2015-04-24 21:30:23.851251500 -0700
|
|
@@ -408,6 +408,7 @@
|
|
}
|
|
|
|
|
|
+__attribute__((__stdcall__))
|
|
UINT DumpDeviceDriversCallback(_In_ PVOID Context, _In_ UINT Notification, _In_ UINT_PTR Param1, _In_ UINT_PTR Param2)
|
|
/*++
|
|
|