Skip to content

Commit b0038c7

Browse files
authored
Update res.h
1 parent d1e5911 commit b0038c7

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

inc/res.h

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#pragma GCC diagnostic ignored "-Wtrigraphs"
55
//#pragma GCC diagnostic ignored "-Wpointer-sign"
66

7-
char* icon_image = {
7+
const unsigned char icon_image[] = // 16x16 RGBA
88
"\377\377\377\000\377\377\377\000\377\377\377\000\377\377\377\000\377\377\377\000\377"
99
"\377\377\000\062\040\027\252E%\"\335J\035\011\"\377\377\377\000\377\377\377\000\377"
1010
"\377\377\000\377\377\377\000\377\377\377\000\377\377\377\000\377\377\377\000\377\377"
@@ -48,7 +48,6 @@ char* icon_image = {
4848
"\000\377\377\377\000\377\377\377\000\377\377\377\000\377\377\377\000\377\377\377\000"
4949
"\377\377\377\000H<\022\063\205a+\314\205a+\335\377\377\377\000\377\377\377\000\000"
5050
"\000\000\063yV\034\356\211g\037\252I\064\024\021\377\377\377\000\377\377\377\000\377\377"
51-
"\377\000\377\377\377\000",
52-
};
51+
"\377\000\377\377\377\000";
5352

54-
#endif
53+
#endif

0 commit comments

Comments
 (0)