[USETUP] Disable install path test that may tests
[reactos.git] / base / setup / usetup / native / console.c
1 #include <usetup.h>
2
3 BOOLEAN
4 NATIVE_InitConsole(VOID)
5 {
6 return (BOOLEAN)AllocConsole();
7 }