Separated common operating system structures from executable format to their own namespace.

This commit is contained in:
2018-03-06 17:55:47 +00:00
parent 1f31619ad5
commit 249161a3a3
15 changed files with 439 additions and 314 deletions

View File

@@ -36,7 +36,7 @@ namespace exeinfogui.Windows
return;
}
Bitmap.DecodedBitmap icon;
libexeinfo.Windows.DecodedBitmap icon;
try { icon = Bitmap.DecodeIcon(data); }
catch { icon = null; }