mirror of
https://github.com/reactos/reactos.git
synced 2025-03-10 10:14:44 +00:00
9 lines
98 B
C
9 lines
98 B
C
![]() |
#include "host_native.h"
|
||
|
|
||
|
BOOLEAN
|
||
|
NATIVE_InitConsole(
|
||
|
VOID)
|
||
|
{
|
||
|
return (BOOLEAN)AllocConsole();
|
||
|
}
|