mingw rc and lua version

This commit is contained in:
nhmall
2022-01-28 00:08:02 -05:00
parent 5d4fa475fa
commit a6a7af368f
2 changed files with 7 additions and 7 deletions

View File

@@ -2793,7 +2793,7 @@ static boolean qwertz = FALSE;
#endif
#define inmap(x, vk) (((x) > 'A' && (x) < 'Z') || (vk) == 0xBF || (x) == '2')
const struct pad {
struct pad {
uchar normal, shift, cntrl;
};