mirror of
https://github.com/reactos/reactos.git
synced 2024-10-31 20:02:55 +00:00
[FASTFAT] Drop an useless #ifdef, we have this cast in all other FSDs
This commit is contained in:
parent
4bb1baa860
commit
b5aa79a66d
|
@ -530,13 +530,7 @@ DoQuery(
|
||||||
}
|
}
|
||||||
|
|
||||||
/* Obtain the callers parameters */
|
/* Obtain the callers parameters */
|
||||||
#ifdef _MSC_VER
|
|
||||||
/* HACKHACK: Bug in the MS ntifs.h header:
|
|
||||||
* FileName is really a PUNICODE_STRING, not a PSTRING */
|
|
||||||
pSearchPattern = (PUNICODE_STRING)Stack->Parameters.QueryDirectory.FileName;
|
pSearchPattern = (PUNICODE_STRING)Stack->Parameters.QueryDirectory.FileName;
|
||||||
#else
|
|
||||||
pSearchPattern = Stack->Parameters.QueryDirectory.FileName;
|
|
||||||
#endif
|
|
||||||
FileInformationClass = Stack->Parameters.QueryDirectory.FileInformationClass;
|
FileInformationClass = Stack->Parameters.QueryDirectory.FileInformationClass;
|
||||||
|
|
||||||
/* Allocate search pattern in case:
|
/* Allocate search pattern in case:
|
||||||
|
|
Loading…
Reference in a new issue