Jim Park's Unicode NSIS merging - Step 1 : switch to TCHARs where relevant.
Compiler output is identical before & after this step git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/branches/wizou@6036 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
4e48722b63
commit
752d7d239a
209 changed files with 9698 additions and 7658 deletions
|
@ -411,7 +411,7 @@ o-----------------------------------------------------------------------------o
|
|||
System::Call 'kernel32::GlobalLock(i r2) i.r3'
|
||||
|
||||
;Step 4: Copy the text to locked clipboard buffer
|
||||
System::Call 'kernel32::lstrcpyA(i r3, t r0)'
|
||||
System::Call 'kernel32::lstrcpy(i r3, t r0)'
|
||||
|
||||
;Step 5: Unlock the handle again
|
||||
System::Call 'kernel32::GlobalUnlock(i r2)'
|
||||
|
@ -455,7 +455,7 @@ o-----------------------------------------------------------------------------o
|
|||
System::Call 'kernel32::GlobalLock(i r2) i.r3'
|
||||
|
||||
;Step 7: Copy the text to locked clipboard buffer
|
||||
System::Call 'kernel32::lstrcpyA(i r3, t r0)'
|
||||
System::Call 'kernel32::lstrcpy(i r3, t r0)'
|
||||
|
||||
;Step 8: Unlock the handle again
|
||||
System::Call 'kernel32::GlobalUnlock(i r2)'
|
||||
|
@ -1192,7 +1192,7 @@ o-----------------------------------------------------------------------------o
|
|||
; variable because it won't be used anymore
|
||||
|
||||
${If} $6 == 1
|
||||
System::Call `kernel32::lstrcmpA(ts, ts) i.s` `$R3` `$1`
|
||||
System::Call `kernel32::lstrcmp(ts, ts) i.s` `$R3` `$1`
|
||||
Pop $R3
|
||||
${If} $R3 = 0
|
||||
StrCpy $R3 1 ; Continue
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue