Исправно компилируется в 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_TrueSpeech_Version:PANYARGS
TrueSpeech_Version TEXTEQU <__imp_TrueSpeech_Version>
extern __imp_TrueSpeech_Init:PANYARGS
TrueSpeech_Init TEXTEQU <__imp_TrueSpeech_Init>
extern __imp_TrueSpeech_Term:PANYARGS
TrueSpeech_Term TEXTEQU <__imp_TrueSpeech_Term>
extern __imp_TrueSpeech_Encod:PANYARGS
TrueSpeech_Encod TEXTEQU <__imp_TrueSpeech_Encod>
extern __imp_TrueSpeech_Decod:PANYARGS
TrueSpeech_Decod TEXTEQU <__imp_TrueSpeech_Decod>
extern __imp_TrueSpeech_Reset:PANYARGS
TrueSpeech_Reset TEXTEQU <__imp_TrueSpeech_Reset>