mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
9 lines
98 B
C
9 lines
98 B
C
#include "host_native.h"
|
|
|
|
BOOLEAN
|
|
NATIVE_InitConsole(
|
|
VOID)
|
|
{
|
|
return (BOOLEAN)AllocConsole();
|
|
}
|