Исправно компилируется в 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
+10
View File
@@ -0,0 +1,10 @@
extern __imp_WdfCoInstaller:PANYARGS
WdfCoInstaller TEXTEQU <__imp_WdfCoInstaller>
extern __imp_WdfPostDeviceInstall:PANYARGS
WdfPostDeviceInstall TEXTEQU <__imp_WdfPostDeviceInstall>
extern __imp_WdfPostDeviceRemove:PANYARGS
WdfPostDeviceRemove TEXTEQU <__imp_WdfPostDeviceRemove>
extern __imp_WdfPreDeviceInstall:PANYARGS
WdfPreDeviceInstall TEXTEQU <__imp_WdfPreDeviceInstall>
extern __imp_WdfPreDeviceRemove:PANYARGS
WdfPreDeviceRemove TEXTEQU <__imp_WdfPreDeviceRemove>