[VFD] Remove no longer required ReactOS specific change
authorPierre Schweitzer <pierre@reactos.org>
Sat, 16 Dec 2017 21:53:32 +0000 (22:53 +0100)
committerPierre Schweitzer <pierre@reactos.org>
Sat, 16 Dec 2017 21:53:32 +0000 (22:53 +0100)
CORE-14090

modules/rosapps/lib/vfdlib/vfdctl.c

index 69f8cd5..eb09da8 100644 (file)
@@ -2928,15 +2928,8 @@ DWORD WINAPI VfdCheckDriverFile(
                fixedinfo->dwFileType                   != VFT_DRV                      ||
                fixedinfo->dwFileSubtype                != VFT2_DRV_SYSTEM) {
 
-#ifndef __REACTOS__
                VFDTRACE(0,
                        (FUNC ": Invalid file type flags\n"));
-#else
-               VFDTRACE(0,
-                       (FUNC ": Invalid file type flags. os: %x (%x), type: %x (%x), subtype: %x (%x)\n",
-                       fixedinfo->dwFileOS, VOS_NT_WINDOWS32, fixedinfo->dwFileType, VFT_DRV,
-                       fixedinfo->dwFileSubtype, VFT2_DRV_SYSTEM));
-#endif
 
                ret = ERROR_BAD_DRIVER;