Исправно компилируется в 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_DllMain:PANYARGS
DllMain TEXTEQU <__imp_DllMain>
extern __imp_InitializeProfileMappingApi:PANYARGS
InitializeProfileMappingApi TEXTEQU <__imp_InitializeProfileMappingApi>
extern __imp_RemapAndMoveUserA:PANYARGS
RemapAndMoveUser TEXTEQU <__imp_RemapAndMoveUserA>
extern __imp_RemapAndMoveUserW:PANYARGS
RemapAndMoveUserW TEXTEQU <__imp_RemapAndMoveUserW>
extern __imp_RemapUserProfileA:PANYARGS
RemapUserProfile TEXTEQU <__imp_RemapUserProfileA>
extern __imp_RemapUserProfileW:PANYARGS
RemapUserProfileW TEXTEQU <__imp_RemapUserProfileW>