msvcirt: Correct the statebuf array exports

Iván Matellanes matellanesivan at gmail.com
Tue Jul 21 05:52:40 CDT 2015


I believe this is the right way looking at the original .spec files: ending in QAJA in msvcrt20 while ending in PAJA in msvcrt40 and msvcirt.

---
 dlls/msvcrt20/msvcrt20.spec | 2 +-
 dlls/msvcrt40/msvcrt40.spec | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dlls/msvcrt20/msvcrt20.spec b/dlls/msvcrt20/msvcrt20.spec
index 45b7b02..1206715 100644
--- a/dlls/msvcrt20/msvcrt20.spec
+++ b/dlls/msvcrt20/msvcrt20.spec
@@ -767,7 +767,7 @@
 @ extern ?x_curindex at ios@@0HA msvcirt.?x_curindex at ios@@0HA
 @ extern ?x_lockc at ios@@0U_CRT_CRITICAL_SECTION@@A msvcirt.?x_lockc at ios@@0U_CRT_CRITICAL_SECTION@@A
 @ extern ?x_maxbit at ios@@0JA msvcirt.?x_maxbit at ios@@0JA
-@ extern ?x_statebuf at ios@@0QAJA msvcrt40.?x_statebuf at ios@@0QAJA
+@ extern ?x_statebuf at ios@@0QAJA msvcirt.?x_statebuf at ios@@0PAJA
 @ cdecl ?xalloc at ios@@SAHXZ() msvcirt.?xalloc at ios@@SAHXZ
 @ thiscall -arch=win32 ?xsgetn at streambuf@@UAEHPADH at Z(ptr ptr long) msvcirt.?xsgetn at streambuf@@UAEHPADH at Z
 @ cdecl -arch=win64 ?xsgetn at streambuf@@UEAAHPEADH at Z(ptr ptr long) msvcirt.?xsgetn at streambuf@@UEAAHPEADH at Z
diff --git a/dlls/msvcrt40/msvcrt40.spec b/dlls/msvcrt40/msvcrt40.spec
index 7d02b2e..f944408 100644
--- a/dlls/msvcrt40/msvcrt40.spec
+++ b/dlls/msvcrt40/msvcrt40.spec
@@ -841,7 +841,7 @@
 @ extern ?x_curindex at ios@@0HA msvcirt.?x_curindex at ios@@0HA
 @ extern ?x_lockc at ios@@0U_CRT_CRITICAL_SECTION@@A msvcirt.?x_lockc at ios@@0U_CRT_CRITICAL_SECTION@@A
 @ extern ?x_maxbit at ios@@0JA msvcirt.?x_maxbit at ios@@0JA
-@ extern ?x_statebuf at ios@@0QAJA msvcirt.?x_statebuf at ios@@0QAJA
+@ extern ?x_statebuf at ios@@0PAJA msvcirt.?x_statebuf at ios@@0PAJA
 @ cdecl ?xalloc at ios@@SAHXZ() msvcirt.?xalloc at ios@@SAHXZ
 @ thiscall -arch=win32 ?xsgetn at streambuf@@UAEHPADH at Z(ptr ptr long) msvcirt.?xsgetn at streambuf@@UAEHPADH at Z
 @ cdecl -arch=win64 ?xsgetn at streambuf@@UEAAHPEADH at Z(ptr ptr long) msvcirt.?xsgetn at streambuf@@UEAAHPEADH at Z
-- 
2.1.4




More information about the wine-patches mailing list