Home | Info | Community | Development | myReactOS | Contact Us
Definition at line 23 of file license.c.
{ /* FIXME: should load strings from resources */ LICENSE *License = &WineLicense_En; MessageBoxA(Wnd, License->License, License->LicenseCaption, MB_ICONINFORMATION | MB_OK); }