Исправно компилируется в DLL, но нет соглашения о вызовах

This commit is contained in:
Стас Михайлов WindowsDesktop
2021-02-20 13:50:11 +03:00
parent ccfb9de3e7
commit 44809a1f56
2282 changed files with 185186 additions and 112608 deletions
+22
View File
@@ -0,0 +1,22 @@
extern __imp_AddERExcludedApplicationA:PANYARGS
AddERExcludedApplication TEXTEQU <__imp_AddERExcludedApplicationA>
extern __imp_AddERExcludedApplicationW:PANYARGS
AddERExcludedApplicationW TEXTEQU <__imp_AddERExcludedApplicationW>
extern __imp_CreateMinidumpW:PANYARGS
CreateMinidumpW TEXTEQU <__imp_CreateMinidumpW>
extern __imp_ReportEREvent:PANYARGS
ReportEREvent TEXTEQU <__imp_ReportEREvent>
extern __imp_ReportEREventDW:PANYARGS
ReportEREventDW TEXTEQU <__imp_ReportEREventDW>
extern __imp_ReportFault:PANYARGS
ReportFault TEXTEQU <__imp_ReportFault>
extern __imp_ReportFaultDWM:PANYARGS
ReportFaultDWM TEXTEQU <__imp_ReportFaultDWM>
extern __imp_ReportFaultFromQueue:PANYARGS
ReportFaultFromQueue TEXTEQU <__imp_ReportFaultFromQueue>
extern __imp_ReportFaultToQueue:PANYARGS
ReportFaultToQueue TEXTEQU <__imp_ReportFaultToQueue>
extern __imp_ReportHang:PANYARGS
ReportHang TEXTEQU <__imp_ReportHang>
extern __imp_ReportKernelFaultDWW:PANYARGS
ReportKernelFaultDWW TEXTEQU <__imp_ReportKernelFaultDWW>