mirror of
https://github.com/reactos/reactos.git
synced 2026-07-03 02:34:30 +08:00
In 0.4.14-dev-1321-gd6e0fe78e7we introduced the following compiler warning for MSVC2010 release build: reactos/base/applications/notepad/lang/es-ES.rc(12) : warning RC4204 : ASCII character not equivalent to virtual key code That warning was muted without investing too much love by 0.4.15-dev-2469-gd0bb775774Today we apply the proper fix that brings us back in sync with other languages. I do intend to port the proper fix back to 0.4.14RC as well.