Fixed winchar tests

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6430 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2014-01-22 09:54:21 +00:00
parent 069a18860a
commit 03405bcd96
10 changed files with 88 additions and 51 deletions

View file

@ -3,12 +3,10 @@
; (c) brainsucker, 2002
; (r) BSForce
; Check for double includes
!verbose push 3
!ifndef System.NSH.Included
!define System.NSH.Included
!verbose 3
!include WinCore.nsh
; ------------- Functions --------------
@ -411,6 +409,5 @@ CheckCB_${CHKN}:
ExitCB_${CHKN}:
!macroend
!verbose 4
!endif
!endif
!verbose pop