From 4a9f95c7d5049e28fab88b2afd8a9b4ea5269d46 Mon Sep 17 00:00:00 2001 From: rofl0r Date: Fri, 6 Dec 2024 02:37:12 +0000 Subject: [PATCH] resources.rc: fix build error with mingw-windres i686-w64-mingw32-windres: resources.rc:2140: syntax error i686-w64-mingw32-windres: preprocessing failed. --- desmume/src/frontend/windows/resources.rc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desmume/src/frontend/windows/resources.rc b/desmume/src/frontend/windows/resources.rc index e60a04fb7..4225318b7 100644 --- a/desmume/src/frontend/windows/resources.rc +++ b/desmume/src/frontend/windows/resources.rc @@ -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