implemented RFE #1172123 - $LOCALAPPDATA

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@4015 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
kichik 2005-05-07 05:33:55 +00:00
parent 8b1fa1b3c7
commit 7e8e0b95dd
3 changed files with 10 additions and 0 deletions

View file

@ -271,6 +271,9 @@ typedef WORD LANGID;
#ifndef CSIDL_COMMON_APPDATA
# define CSIDL_COMMON_APPDATA 0x23
#endif
#ifndef CSIDL_LOCAL_APPDATA
# define CSIDL_LOCAL_APPDATA 0x1C
#endif
#ifndef CSIDL_PRINTHOOD
# define CSIDL_PRINTHOOD 0x1B
#endif