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:
parent
c7a74bbaba
commit
264fc910aa
3 changed files with 17 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue