Attempt to fix Seamokey build breakage from landing of bug 392303

This commit is contained in:
rob_strong@exchangecode.com 2007-08-22 15:42:19 -07:00
parent ad918ae950
commit 6c230082a4

View File

@ -4,6 +4,9 @@
!ifndef OVERRIDES_INCLUDED
!define OVERRIDES_INCLUDED
!include TextFunc.nsh
!include FileFunc.nsh
; Modified version of Locate from the NSIS File Functions Header v3.2
; This version has the calls to SetDetailsPrint and DetailsPrint commented out.
; See <NSIS App Dir>/include/FileFunc.nsh for more information