Sync to trunk head (r47736)
[reactos.git] / base / setup / usetup / native / console.c
1 #include "host_native.h"
2
3 BOOLEAN
4 NATIVE_InitConsole(
5 VOID)
6 {
7 return (BOOLEAN)AllocConsole();
8 }