mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2026-09-25 17:00:36 -09:00
#9500 Fix DLGITEMTEMPLATE.id type
This commit is contained in:
@@ -340,7 +340,7 @@ public class DialogResourceDataType extends DynamicDataType {
|
||||
struct.add(ShortDataType.dataType, "y", "y-coordinate of upper-left corner of control");
|
||||
struct.add(ShortDataType.dataType, "cx", "width of control");
|
||||
struct.add(ShortDataType.dataType, "cy", "height of control");
|
||||
struct.add(DWordDataType.dataType, "id", "control identifier");
|
||||
struct.add(WordDataType.dataType, "id", "control identifier");
|
||||
return struct;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user