mirror of
https://github.com/reactos/reactos.git
synced 2025-03-09 17:54:55 +00:00
8 lines
98 B
C
8 lines
98 B
C
#include "host_native.h"
|
|
|
|
BOOLEAN
|
|
NATIVE_InitConsole(
|
|
VOID)
|
|
{
|
|
return (BOOLEAN)AllocConsole();
|
|
}
|