From b56ba452554af79fdb417dd133b9304ab94eccfc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Herm=C3=A8s=20B=C3=A9lusca-Ma=C3=AFto?= Date: Tue, 9 Sep 2014 23:02:39 +0000 Subject: [PATCH] [OLEACC] Fix language ID, that made msvc compilation fail with the error: oleacc\lang/oleacc_Ru.rc(27) : error RC2151 : cannot reuse string constants, 0(0x0) - "unknown object" already defined. Cannot add 0(0x0) - " (and similar for the other strings). And as usual: "Thanks GCC for not having warned us before"... svn path=/trunk/; revision=64099 --- reactos/dll/win32/oleacc/lang/oleacc_Ru.rc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/dll/win32/oleacc/lang/oleacc_Ru.rc b/reactos/dll/win32/oleacc/lang/oleacc_Ru.rc index b8452378088..d3ed5c871b0 100644 --- a/reactos/dll/win32/oleacc/lang/oleacc_Ru.rc +++ b/reactos/dll/win32/oleacc/lang/oleacc_Ru.rc @@ -20,7 +20,7 @@ #include "oleacc.h" -LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT +LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT STRINGTABLE {