You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fixup??? fscache: teach fscache to use NtQueryDirectoryFile
Sadly, we include too many variants of too many header files that all
define `UNICODE_STRING`: `winternl.h`, `NTSecAPI.h`, `ntdef.h`. We tried
to define `UNICODE_STRING` so that we can declare `NtQueryDirectory()`
with a minimal set of type definitions. But this causes compile errors,
now that we need to have `RtlGenRandom` declared.
Let's guard it a bit more.
While at it, adjust the definition to match the one in mingw-w64's
headers.
Signed-off-by: Johannes Schindelin <[email protected]>
0 commit comments