Исправно компилируется в 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
+12
View File
@@ -0,0 +1,12 @@
extern __imp_AutoDialHandler:PANYARGS
AutoDialHandler TEXTEQU <__imp_AutoDialHandler>
extern __imp_AutoDialInit:PANYARGS
AutoDialInit TEXTEQU <__imp_AutoDialInit>
extern __imp_RasSetEntryPropertiesScriptPatch:PANYARGS
RasSetEntryPropertiesScriptPatch TEXTEQU <__imp_RasSetEntryPropertiesScriptPatch>
extern __imp_DialingDownloadDialog:PANYARGS
DialingDownloadDialog TEXTEQU <__imp_DialingDownloadDialog>
extern __imp_DialingErrorDialog:PANYARGS
DialingErrorDialog TEXTEQU <__imp_DialingErrorDialog>
extern __imp_ICWGetRasEntry:PANYARGS
ICWGetRasEntry TEXTEQU <__imp_ICWGetRasEntry>