Merge branch 'strings' of ssh://github.com/audetto/AppleWin into audetto-strings

This commit is contained in:
tomcw
2019-09-15 20:45:05 +01:00
36 changed files with 317 additions and 348 deletions
+3 -3
View File
@@ -1438,7 +1438,7 @@ void MemInitialize()
GetDesktopWindow(),
TEXT("The emulator was unable to allocate the memory it ")
TEXT("requires. Further execution is not possible."),
g_pAppTitle,
g_pAppTitle.c_str(),
MB_ICONSTOP | MB_SETFOREGROUND);
ExitProcess(1);
}
@@ -1451,7 +1451,7 @@ void MemInitialize()
TEXT("system. While changing the attributes of a memory ")
TEXT("object, the operating system also changed its ")
TEXT("location."),
g_pAppTitle,
g_pAppTitle.c_str(),
MB_ICONEXCLAMATION | MB_SETFOREGROUND);
// memimage has been freed
@@ -1535,7 +1535,7 @@ void MemInitializeROM(void)
MessageBox(
GetDesktopWindow(),
sText,
g_pAppTitle,
g_pAppTitle.c_str(),
MB_ICONSTOP | MB_SETFOREGROUND);
ExitProcess(1);