fixed plug-ins directory initialization for extremely restricted guest users with no directory listing access to the temporary directory

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@3909 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2005-02-18 13:39:42 +00:00
parent 18a03a5eb5
commit a7e4a69bb4
3 changed files with 9 additions and 2 deletions

View file

@ -442,6 +442,7 @@ typedef struct {
#define DEL_DIR 1
#define DEL_RECURSE 2
#define DEL_REBOOT 4
#define DEL_SIMPLE 8
// $0..$9, $INSTDIR, etc are encoded as ASCII bytes starting from this value.
// Added by ramon 3 jun 2003