Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 93 of file setup.c.
{ char buffer[512]; va_list ap; va_start(ap, fmt); vsprintf(buffer, fmt, ap); va_end(ap); OutputDebugStringA(buffer); }