mirror of
https://github.com/reactos/reactos.git
synced 2024-12-31 19:42:51 +00:00
[USETUP] Remove now-unneeded file.
This commit is contained in:
parent
cb679a8917
commit
7b618314c2
1 changed files with 0 additions and 31 deletions
|
@ -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);
|
|
Loading…
Reference in a new issue