Keep SHACF_FILESYS_XXX checks and definitions.
Apparently some gcc flavors (like g++ (GCC) 5.3.0 from AppVeyor) do not define these symbols. FWIW tdm-gcc-5.1.0 does not need them.
This partially reverts commit 2f5f5caf99
.
This commit is contained in:
parent
79256c2fe3
commit
b8ced83a6c
@ -66,6 +66,14 @@
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#ifndef SHACF_FILESYS_ONLY
|
||||
#define SHACF_FILESYS_ONLY 0x00000010
|
||||
#endif
|
||||
|
||||
#ifndef SHACF_FILESYS_DIRS
|
||||
#define SHACF_FILESYS_DIRS 0x00000020
|
||||
#endif
|
||||
|
||||
// This must be the last header included to only affect the DEFINE_GUID()
|
||||
// occurrences below but not any GUIDs declared in the standard files included
|
||||
// above.
|
||||
|
Loading…
Reference in New Issue
Block a user