From d95c0ecbd856f3ca0aeaf925ed2e4d993682b52e Mon Sep 17 00:00:00 2001 From: anders_k Date: Mon, 15 Nov 2010 23:45:57 +0000 Subject: [PATCH] GetProcAddress is always ansi git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6132 212acab6-be3b-0410-9dea-997c60f758d6 --- Contrib/System/System.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Contrib/System/System.html b/Contrib/System/System.html index b4f5adc3..f2695928 100644 --- a/Contrib/System/System.html +++ b/Contrib/System/System.html @@ -469,7 +469,7 @@ System::Free $0
 System::Call "kernel32::GetModuleHandle(t 'user32.dll') p .s"
-System::Call "kernel32::GetProcAddress(p s, t 'MessageBoxA') p .r0"
+System::Call "kernel32::GetProcAddress(p s, m 'MessageBoxA') p .r0"
 System::Call "::$0(p $HWNDPARENT, t 'GetProcAddress test', t 'NSIS System Plug-in', i 0)"