[USETUP] Remove the WIN32 support because usetup is a native-only application
[reactos.git] / base / setup / usetup / consup.c
index 0fbf4da..cec8c5a 100644 (file)
@@ -46,7 +46,7 @@ CONSOLE_Init(
     VOID)
 {
     CONSOLE_SCREEN_BUFFER_INFO csbi;
-    if (!HOST_InitConsole())
+    if (!AllocConsole())
         return FALSE;
 
     StdInput = GetStdHandle(STD_INPUT_HANDLE);