We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69077b9 commit 0e67ee1Copy full SHA for 0e67ee1
patterns/ico.hexpat
@@ -47,10 +47,14 @@ struct ImageData {
47
be u64 png_magic [[hidden, no_unique_address]];
48
if (png_magic == 0x89504e470d0a1a0a) {
49
PNG png_image @ $ [[inline, highlight_hidden]];
50
- } else {
+ }
51
+
52
+ // TODO: Sections currently can't be properly accessed accross imported types
53
+ // TODO: Uncomment this again once that's been fixed
54
+ /*else {
55
BMPData data [[hidden]];
56
BMP bmp_image @ addressof(this) - 14 [[inline, highlight_hidden]];
- }
57
+ }*/
58
};
59
60
struct ICONDIRENTRY {
0 commit comments