Исправно компилируется в 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
+36
View File
@@ -0,0 +1,36 @@
extern __imp_OpenNbfPerformanceData:PANYARGS
OpenNbfPerformanceData TEXTEQU <__imp_OpenNbfPerformanceData>
extern __imp_CollectNbfPerformanceData:PANYARGS
CollectNbfPerformanceData TEXTEQU <__imp_CollectNbfPerformanceData>
extern __imp_CloseNbfPerformanceData:PANYARGS
CloseNbfPerformanceData TEXTEQU <__imp_CloseNbfPerformanceData>
extern __imp_OpenTcpIpPerformanceData:PANYARGS
OpenTcpIpPerformanceData TEXTEQU <__imp_OpenTcpIpPerformanceData>
extern __imp_CollectTcpIpPerformanceData:PANYARGS
CollectTcpIpPerformanceData TEXTEQU <__imp_CollectTcpIpPerformanceData>
extern __imp_CloseTcpIpPerformanceData:PANYARGS
CloseTcpIpPerformanceData TEXTEQU <__imp_CloseTcpIpPerformanceData>
extern __imp_OpenIPXPerformanceData:PANYARGS
OpenIPXPerformanceData TEXTEQU <__imp_OpenIPXPerformanceData>
extern __imp_CollectIPXPerformanceData:PANYARGS
CollectIPXPerformanceData TEXTEQU <__imp_CollectIPXPerformanceData>
extern __imp_CloseIPXPerformanceData:PANYARGS
CloseIPXPerformanceData TEXTEQU <__imp_CloseIPXPerformanceData>
extern __imp_OpenSPXPerformanceData:PANYARGS
OpenSPXPerformanceData TEXTEQU <__imp_OpenSPXPerformanceData>
extern __imp_CollectSPXPerformanceData:PANYARGS
CollectSPXPerformanceData TEXTEQU <__imp_CollectSPXPerformanceData>
extern __imp_CloseSPXPerformanceData:PANYARGS
CloseSPXPerformanceData TEXTEQU <__imp_CloseSPXPerformanceData>
extern __imp_OpenNWNBPerformanceData:PANYARGS
OpenNWNBPerformanceData TEXTEQU <__imp_OpenNWNBPerformanceData>
extern __imp_CollectNWNBPerformanceData:PANYARGS
CollectNWNBPerformanceData TEXTEQU <__imp_CollectNWNBPerformanceData>
extern __imp_CloseNWNBPerformanceData:PANYARGS
CloseNWNBPerformanceData TEXTEQU <__imp_CloseNWNBPerformanceData>
extern __imp_OpenDhcpPerformanceData:PANYARGS
OpenDhcpPerformanceData TEXTEQU <__imp_OpenDhcpPerformanceData>
extern __imp_CollectDhcpPerformanceData:PANYARGS
CollectDhcpPerformanceData TEXTEQU <__imp_CollectDhcpPerformanceData>
extern __imp_CloseDhcpPerformanceData:PANYARGS
CloseDhcpPerformanceData TEXTEQU <__imp_CloseDhcpPerformanceData>