(from <Someone>)
This commit is contained in:
+2
-2
@@ -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\n%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);
|
||||||
@@ -108,7 +108,7 @@ int APIENTRY WinMain(HINSTANCE hInstance,
|
|||||||
|| (major == MIN_COMCTLMAJOR && minor < MIN_COMCTLMINOR))
|
|| (major == MIN_COMCTLMAJOR && minor < MIN_COMCTLMINOR))
|
||||||
{
|
{
|
||||||
char buf[TBUFSZ];
|
char buf[TBUFSZ];
|
||||||
Sprintf(buf, "Common control library is outdated.\n%s %d.%d\n%s\n%s"
|
Sprintf(buf, "Common control library is outdated.\n%s %d.%d\n%s\n%s",
|
||||||
"NetHack requires at least version ",
|
"NetHack requires at least version ",
|
||||||
MIN_COMCTLMAJOR, MIN_COMCTLMINOR,
|
MIN_COMCTLMAJOR, MIN_COMCTLMINOR,
|
||||||
"For further information, refer to the installation notes at",
|
"For further information, refer to the installation notes at",
|
||||||
|
|||||||
Reference in New Issue
Block a user