updates by Instructor:

* GetFileAttributes corrections
 * Prevent error in case of multiple header inclusion


git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4685 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2006-06-01 10:43:20 +00:00
parent e0a02f368e
commit 3c5b768f06
3 changed files with 47 additions and 59 deletions

View file

@ -1,7 +1,7 @@
/*
_____________________________________________________________________________
Text Functions Header v2.3
Text Functions Header v2.4
_____________________________________________________________________________
2006 Shengalts Aleksander aka Instructor (Shengalts@mail.ru)
@ -59,6 +59,9 @@ TrimNewLines
; !insertmacro LineSum
; ${TEXTFUNC_VERBOSE} 3 # no script
!ifndef TEXTFUNC_INCLUDED
!define TEXTFUNC_INCLUDED
!verbose push
!verbose 3
!ifndef _TEXTFUNC_VERBOSE
@ -1479,3 +1482,5 @@ TrimNewLines
!verbose pop
!endif
!macroend
!endif