| author | |
| committer | |
| log | a974198b949ee8f04accd12594a95b6005652352 |
| tree | 4c8b43bf68304d95490622bed3b1ac3567f7df54 |
| parent | 78e07b8fc83469ba63de8654091145b93fe5a248 |
Convenience function similar in nature to Symbol.sizeOf1 files changed, 4 insertions(+), 0 deletions(-)
lib/std/coff.zig+4| ... | @@ -933,6 +933,10 @@ pub const WeakExternalDefinition = struct { | ... | @@ -933,6 +933,10 @@ pub const WeakExternalDefinition = struct { |
| 933 | flag: WeakExternalFlag, | 933 | flag: WeakExternalFlag, |
| 934 | 934 | ||
| 935 | unused: [10]u8, | 935 | unused: [10]u8, |
| 936 | |||
| 937 | pub fn sizeOf() usize { | ||
| 938 | return 18; | ||
| 939 | } | ||
| 936 | }; | 940 | }; |
| 937 | 941 | ||
| 938 | // https://github.com/tpn/winsdk-10/blob/master/Include/10.0.16299.0/km/ntimage.h | 942 | // https://github.com/tpn/winsdk-10/blob/master/Include/10.0.16299.0/km/ntimage.h |