https://git.reactos.org/?p=reactos.git;a=commitdiff;h=132c7d926bedeaebbccae…
commit 132c7d926bedeaebbccaeed21ac179bdb122b0ee
Author: Pierre Schweitzer <pierre(a)reactos.org>
AuthorDate: Sat Dec 16 22:53:32 2017 +0100
[VFD] Remove no longer required ReactOS specific change
CORE-14090
---
modules/rosapps/lib/vfdlib/vfdctl.c | 7 -------
1 file changed, 7 deletions(-)
diff --git a/modules/rosapps/lib/vfdlib/vfdctl.c b/modules/rosapps/lib/vfdlib/vfdctl.c
index 69f8cd5abd..eb09da84d3 100644
--- a/modules/rosapps/lib/vfdlib/vfdctl.c
+++ b/modules/rosapps/lib/vfdlib/vfdctl.c
@@ -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;