Исправно компилируется в 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
+18
View File
@@ -0,0 +1,18 @@
extern __imp_DllCanUnloadNow:PANYARGS
DllCanUnloadNow TEXTEQU <__imp_DllCanUnloadNow>
extern __imp_DllGetClassObject:PANYARGS
DllGetClassObject TEXTEQU <__imp_DllGetClassObject>
extern __imp_DllRegisterServer:PANYARGS
DllRegisterServer TEXTEQU <__imp_DllRegisterServer>
extern __imp_DllUnregisterServer:PANYARGS
DllUnregisterServer TEXTEQU <__imp_DllUnregisterServer>
extern __imp_IASAttributeAddRef:PANYARGS
IASAttributeAddRef TEXTEQU <__imp_IASAttributeAddRef>
extern __imp_IASAttributeAlloc:PANYARGS
IASAttributeAlloc TEXTEQU <__imp_IASAttributeAlloc>
extern __imp_IASAttributeAnsiAlloc:PANYARGS
IASAttributeAnsiAlloc TEXTEQU <__imp_IASAttributeAnsiAlloc>
extern __imp_IASAttributeRelease:PANYARGS
IASAttributeRelease TEXTEQU <__imp_IASAttributeRelease>
extern __imp_IASAttributeUnicodeAlloc:PANYARGS
IASAttributeUnicodeAlloc TEXTEQU <__imp_IASAttributeUnicodeAlloc>