[FASTFAT] Drop an useless #ifdef, we have this cast in all other FSDs
authorPierre Schweitzer <pierre@reactos.org>
Tue, 21 Aug 2018 06:50:29 +0000 (08:50 +0200)
committerPierre Schweitzer <pierre@reactos.org>
Tue, 21 Aug 2018 06:50:29 +0000 (08:50 +0200)
drivers/filesystems/fastfat/dir.c

index fc78f7c..6f82f65 100644 (file)
@@ -530,13 +530,7 @@ DoQuery(
     }
 
     /* 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;
-#else
-    pSearchPattern = Stack->Parameters.QueryDirectory.FileName;
-#endif
     FileInformationClass = Stack->Parameters.QueryDirectory.FileInformationClass;
 
     /* Allocate search pattern in case: