summaryrefslogtreecommitdiff
path: root/basic
diff options
context:
space:
mode:
authorTor Lillqvist <tlillqvist@novell.com>2011-08-16 18:42:12 +0300
committerTor Lillqvist <tlillqvist@novell.com>2011-08-16 18:43:43 +0300
commit0236af5e658fe418965bf1ce78877b9b6372de7d (patch)
tree4b2f54fa36a4a775fd48cc92770c5739b733ceb4 /basic
parentafce608d6e9272410abd182a3d8d994cd3a115ca (diff)
dllmgr-x86 expects stdcall-decorated names
Diffstat (limited to 'basic')
-rwxr-xr-xbasic/source/runtime/wnt-mingw.s8
1 files changed, 4 insertions, 4 deletions
diff --git a/basic/source/runtime/wnt-mingw.s b/basic/source/runtime/wnt-mingw.s
index 8c332c1a8ce8..fcd9f1e8b3be 100755
--- a/basic/source/runtime/wnt-mingw.s
+++ b/basic/source/runtime/wnt-mingw.s
@@ -27,11 +27,11 @@
.intel_syntax
-.globl _DllMgr_call32
-.globl _DllMgr_callFp
+.globl _DllMgr_call32@12
+.globl _DllMgr_callFp@12
-_DllMgr_call32:
-_DllMgr_callFp:
+_DllMgr_call32@12:
+_DllMgr_callFp@12:
push ebp
mov ebp, esp
push esi