Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 152 of file setup.c.
Referenced by WinMain().
{ HANDLE hThread; hThread = CreateThread(NULL, 0, RunSetupThreadProc, NULL, 0, NULL); return hThread != NULL; }