Home | Info | Community | Development | myReactOS | Contact Us
ReactOS Development > Doxygenconsole.c
Go to the documentation of this file.
00001 #include "usetup.h" 00002 00003 BOOLEAN 00004 NATIVE_InitConsole( 00005 VOID) 00006 { 00007 return (BOOLEAN)AllocConsole(); 00008 } Generated on Thu May 24 2012 04:16:51 for ReactOS by
1.7.6.1
|