https://git.reactos.org/?p=reactos.git;a=commitdiff;h=7b618314c21f219e15b00e134f04bbd588c7e50e

commit 7b618314c21f219e15b00e134f04bbd588c7e50e
Author:     Hermès Bélusca-Maïto <[email protected]>
AuthorDate: Sun May 20 19:27:57 2018 +0200
Commit:     Hermès Bélusca-Maïto <[email protected]>
CommitDate: Sun May 20 19:27:57 2018 +0200

    [USETUP] Remove now-unneeded file.
---
 base/setup/usetup/host.h | 31 -------------------------------
 1 file changed, 31 deletions(-)

diff --git a/base/setup/usetup/host.h b/base/setup/usetup/host.h
deleted file mode 100644
index 6d8a84bfdb..0000000000
--- a/base/setup/usetup/host.h
+++ /dev/null
@@ -1,31 +0,0 @@
-#ifdef __REACTOS__
-
-#include "native/host_native.h"
-#define HOST_InitConsole NATIVE_InitConsole
-#define HOST_InitMemory NATIVE_InitMemory
-#define HOST_CreateFileSystemList NATIVE_CreateFileSystemList
-
-#else
-
-#include "win32/host_win32.h"
-#define HOST_InitConsole WIN32_InitConsole
-#define HOST_InitMemory WIN32_InitMemory
-#define HOST_CreateFileSystemList WIN32_CreateFileSystemList
-
-#endif
-
-BOOLEAN
-HOST_InitConsole(VOID);
-
-BOOLEAN
-HOST_InitMemory(VOID);
-
-BOOLEAN
-HOST_CreateFileSystemList(
-    IN PFILE_SYSTEM_LIST List);
-
-BOOLEAN
-HOST_FormatPartition(
-    IN PFILE_SYSTEM_ITEM FileSystem,
-    IN PCUNICODE_STRING DriveRoot,
-    IN PFMIFSCALLBACK Callback);

Reply via email to