resources.rc: fix build error with mingw-windres
i686-w64-mingw32-windres: resources.rc:2140: syntax error i686-w64-mingw32-windres: preprocessing failed.
This commit is contained in:
parent
f1ffbffc99
commit
4a9f95c7d5
|
@ -2136,7 +2136,7 @@ END
|
|||
|
||||
IDD_FONTSETTINGS DLGINIT
|
||||
BEGIN
|
||||
IDC_FONTCOMBO, 0x403, 465, 0
|
||||
IDC_FONTCOMBO, 0x403, 465, 0,
|
||||
0x6722, 0x6573, 0x7834, 0x2236, 0x222c, 0x7367, 0x3465, 0x3878, 0x2c22,
|
||||
0x6722, 0x6573, 0x7835, 0x2237, 0x222c, 0x7367, 0x3565, 0x3978, 0x2c22,
|
||||
0x6722, 0x6573, 0x7836, 0x2239, 0x222c, 0x7367, 0x3665, 0x3178, 0x2232,
|
||||
|
@ -2162,7 +2162,7 @@ BEGIN
|
|||
0x616e, 0x3631, 0x625f, 0x6c6f, 0x2264, 0x222c, 0x6576, 0x6472, 0x6e61,
|
||||
0x3161, 0x2237, 0x222c, 0x6576, 0x6472, 0x6e61, 0x3161, 0x5f37, 0x6f62,
|
||||
0x646c, 0x2c22, 0x7622, 0x7265, 0x6164, 0x616e, 0x3831, 0x2c22, 0x7622,
|
||||
0x7265, 0x6164, 0x616e, 0x3831, 0x625f, 0x6c6f, 0x2264, "\000"
|
||||
0x7265, 0x6164, 0x616e, 0x3831, 0x625f, 0x6c6f, 0x2264, "\000",
|
||||
0
|
||||
END
|
||||
|
||||
|
|
Loading…
Reference in New Issue