Pressing Shift, Ctrl, or Alt when viewing the current Apple output from the debugger no longer returns back to the debugger.
This commit is contained in:
mpohoreski 2009-02-19 22:48:06 +00:00
parent 592c60ce24
commit ed83e55a68

View File

@ -253,8 +253,8 @@ VS_VERSION_INFO VERSIONINFO
// 2. PRODUCTVERION
// 3. String: FileVersion
// 4. String: ProductVersion
FILEVERSION 1,16,0,2
PRODUCTVERSION 1,16,0,2
FILEVERSION 1,16,0,3
PRODUCTVERSION 1,16,0,3
FILEFLAGSMASK 0x3fL
#ifdef _DEBUG
FILEFLAGS 0x1L
@ -272,12 +272,12 @@ BEGIN
VALUE "Comments", "http://applewin.berlios.de"
VALUE "CompanyName", "AppleWin"
VALUE "FileDescription", "Apple //e Emulator for Windows"
VALUE "FileVersion", "1, 16, 0, 2"
VALUE "FileVersion", "1, 16, 0, 3"
VALUE "InternalName", "APPLEWIN"
VALUE "LegalCopyright", " 1994-2009 Michael O'Brien, Oliver Schmidt, Tom Charlesworth, Michael Pohoreski, Nick Westgate, Linards Ticmanis"
VALUE "OriginalFilename", "APPLEWIN.EXE"
VALUE "ProductName", "Apple //e Emulator"
VALUE "ProductVersion", "1, 16, 0, 2"
VALUE "ProductVersion", "1, 16, 0, 3"
END
END
BLOCK "VarFileInfo"