mirror of
https://github.com/reactos/reactos.git
synced 2026-09-11 20:32:22 +08:00
9 lines
98 B
C
9 lines
98 B
C
#include "host_native.h"
|
|
|
|
BOOLEAN
|
|
NATIVE_InitConsole(
|
|
VOID)
|
|
{
|
|
return (BOOLEAN)AllocConsole();
|
|
}
|