mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 16:45:46 +00:00
[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
This commit is contained in:
parent
58d6989040
commit
b56ba45255
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
#include "oleacc.h"
|
||||
|
||||
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
|
||||
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue