mirror of
https://github.com/reactos/reactos.git
synced 2025-01-11 16:51:06 +00:00
9 lines
98 B
C
9 lines
98 B
C
|
#include "host_native.h"
|
||
|
|
||
|
BOOLEAN
|
||
|
NATIVE_InitConsole(
|
||
|
VOID)
|
||
|
{
|
||
|
return (BOOLEAN)AllocConsole();
|
||
|
}
|