Wipe -s. While it does shrink, having the symbols is useful for debugging.

This commit is contained in:
Alcaro
2016-01-23 10:49:38 +01:00
parent c04b8750ad
commit e8e090d02f
2 changed files with 5 additions and 5 deletions

View File

@@ -386,7 +386,7 @@ struct errorinfo ApplyPatchMem2(file* patch, struct mem inrom, bool verifyinput,
if (++errtextid == 2) errtextid=0;
if (inf.size_in != inrom.len)
{
//http://msdn.microsoft.com/en-us/library/vstudio/tcxf1dw6.aspx says %zX is not supported
//http://msdn.microsoft.com/en-us/library/vstudio/tcxf1dw6.aspx says %zX is not supported; this is true up to and including Windows Vista
//let's define it to whatever they do support.
#ifdef _WIN32
#define z "I"