NOTINDEXED file attribute ability
git-svn-id: https://svn.code.sf.net/p/nsis/code/NSIS/trunk@7242 212acab6-be3b-0410-9dea-997c60f758d6
This commit is contained in:
parent
81f6e5550d
commit
63d236934f
3 changed files with 13 additions and 14 deletions
|
@ -760,6 +760,9 @@ typedef DWORDLONG ULONGLONG,*PULONGLONG;
|
|||
# define FILE_ATTRIBUTE_TEMPORARY 0x00000100
|
||||
# define FILE_ATTRIBUTE_OFFLINE 0x00001000
|
||||
#endif
|
||||
#ifndef FILE_ATTRIBUTE_NOT_CONTENT_INDEXED
|
||||
# define FILE_ATTRIBUTE_NOT_CONTENT_INDEXED 0x002000
|
||||
#endif
|
||||
|
||||
|
||||
// fopen
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue