Fix POSIX error

git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@6846 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
anders_k 2017-04-13 14:42:47 +00:00
parent c7a74bbaba
commit 264fc910aa
3 changed files with 17 additions and 2 deletions

View file

@ -492,6 +492,12 @@ typedef DWORDLONG ULONGLONG,*PULONGLONG;
# define SHACF_FILESYSTEM 1
#endif
#ifndef SEE_MASK_NOCLOSEPROCESS
#define SEE_MASK_NOCLOSEPROCESS 0x00000040
#define SEE_MASK_FLAG_NO_UI 0x00000400
#define SEE_MASK_FLAG_DDEWAIT 0x00000100
#endif
// other stuff
#ifndef CP_ACP