
These files contain a patch that makes NSIS restore the correct timestamps of
files when installed in a different timezone to where the installer was built.

This is especially important for library files, which contain a timestamp for
sublibrary caching purposes.

To use the patch, install the latest version of NSIS (nsis.sourceforge.net)
including the source files option. Merge in the files from this folder
(check VSS history for actual changes). The patch was made to NSIS v2.0b3,
you will need to merge in fixes manually for a later version.

Set the Working Folder for this project to C:\Program Files\NSIS\Source


Once this is done, build the 'makensis' project.

In your scripts you should test for this fixed version by including
CheckNSISVer.inc
