mirror of
https://github.com/claunia/libexeinfo.git
synced 2025-12-16 19:14:24 +00:00
Separated common operating system structures from executable format to their own namespace.
This commit is contained in:
@@ -36,7 +36,7 @@ namespace exeinfogui.Windows
|
||||
return;
|
||||
}
|
||||
|
||||
Bitmap.DecodedBitmap icon;
|
||||
libexeinfo.Windows.DecodedBitmap icon;
|
||||
|
||||
try { icon = Bitmap.DecodeIcon(data); }
|
||||
catch { icon = null; }
|
||||
|
||||
Reference in New Issue
Block a user