bit
This commit is contained in:
+1
-1
@@ -99,7 +99,7 @@ int APIENTRY WinMain(HINSTANCE hInstance,
|
|||||||
if (FAILED(GetComCtlVersion(&major, &minor)))
|
if (FAILED(GetComCtlVersion(&major, &minor)))
|
||||||
{
|
{
|
||||||
char buf[TBUFSZ];
|
char buf[TBUFSZ];
|
||||||
Sprintf(buf, "Cannot load common control library.\n%s\%s"
|
Sprintf(buf, "Cannot load common control library.\n%s\n%s"
|
||||||
"For further information, refer to the installation notes at",
|
"For further information, refer to the installation notes at",
|
||||||
INSTALL_NOTES);
|
INSTALL_NOTES);
|
||||||
panic(buf);
|
panic(buf);
|
||||||
|
|||||||
Reference in New Issue
Block a user