mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
9 lines
93 B
C
9 lines
93 B
C
#include "usetup.h"
|
|
|
|
BOOLEAN
|
|
NATIVE_InitConsole(
|
|
VOID)
|
|
{
|
|
return (BOOLEAN)AllocConsole();
|
|
}
|