Update of /cvsroot/popfile/windows
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25540
Modified Files:
pfi-library.nsh
Log Message:
Library items now use the "PFI_" prefix to help identify them.
Added new functions to support the improved dynamic SFN Support detection
(PFI_GetRoot & PFI_GetSFNStatus)
Index: pfi-library.nsh
===================================================================
RCS file: /cvsroot/popfile/windows/pfi-library.nsh,v
retrieving revision 1.61
retrieving revision 1.62
diff -C2 -d -r1.61 -r1.62
*** pfi-library.nsh 10 Feb 2005 23:01:30 -0000 1.61
--- pfi-library.nsh 2 Mar 2005 19:57:09 -0000 1.62
***************
*** 57,61 ****
#--------------------------------------------------------------------------
! !define C_PFI_LIBRARY_VERSION "0.1.6"
#--------------------------------------------------------------------------
--- 57,61 ----
#--------------------------------------------------------------------------
! !define C_PFI_LIBRARY_VERSION "0.1.7"
[...4062 lines suppressed...]
!ifdef ADDSSL | ADDUSER | INSTALLER
#--------------------------------------------------------------------------
! # Installer Function: PFI_WaitUntilUnlocked
#
# This function is used during the installation process
#--------------------------------------------------------------------------
! !insertmacro PFI_WaitUntilUnlocked ""
!endif
!ifdef ADDUSER
#--------------------------------------------------------------------------
! # Uninstaller Function: un.PFI_WaitUntilUnlocked
#
# This function is used during the uninstall process
#--------------------------------------------------------------------------
! !insertmacro PFI_WaitUntilUnlocked "un."
!endif
|