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 @@
/*
_____________________________________________________________________________
Word Functions Header v3.2
Word Functions Header v3.3
_____________________________________________________________________________
2006 Shengalts Aleksander aka Instructor (Shengalts@mail.ru)
@ -55,6 +55,9 @@ VersionConvert
; !insertmacro WordReplace
; ${WORDFUNC_VERBOSE} 3 # no script
!ifndef WORDFUNC_INCLUDED
!define WORDFUNC_INCLUDED
!verbose push
!verbose 3
!ifndef _WORDFUNC_VERBOSE
@ -2198,3 +2201,5 @@ VersionConvert
!verbose pop
!endif
!macroend
!endif