GetProcAddress is always ansi
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6132 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
f853b15cc7
commit
d95c0ecbd8
1 changed files with 1 additions and 1 deletions
|
@ -469,7 +469,7 @@ System::Free $0
|
|||
</pre></blockquote>
|
||||
<blockquote><pre>
|
||||
<a name="funcaddr"></a>System::<b>Call</b> "kernel32::GetModuleHandle(t 'user32.dll') p .s"
|
||||
System::<b>Call</b> "kernel32::GetProcAddress(p s, t 'MessageBoxA') p .r0"
|
||||
System::<b>Call</b> "kernel32::GetProcAddress(p s, m 'MessageBoxA') p .r0"
|
||||
System::<b>Call</b> "::$0(p $HWNDPARENT, t 'GetProcAddress test', t 'NSIS System Plug-in', i 0)"
|
||||
</pre></blockquote>
|
||||
<blockquote><pre>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue