mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +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:
@@ -20,7 +20,7 @@
|
||||
|
||||
#include "oleacc.h"
|
||||
|
||||
LANGUAGE LANG_ENGLISH, SUBLANG_DEFAULT
|
||||
LANGUAGE LANG_RUSSIAN, SUBLANG_DEFAULT
|
||||
|
||||
STRINGTABLE
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user