mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
Include main .rc file in format.xml, so that strings will actually print.
Disabled Ja.rc due to Unterminated Line Ending error, needs attention. This makes format.exe 100% more useful, but still does not format. svn path=/trunk/; revision=20158
This commit is contained in:
parent
b3c942b715
commit
4177c902b7
2 changed files with 1 additions and 2 deletions
|
@ -7,6 +7,4 @@
|
|||
|
||||
#include "En.rc"
|
||||
#include "De.rc"
|
||||
#include "Ja.rc"
|
||||
#include "Hu.rc"
|
||||
|
||||
|
|
|
@ -4,5 +4,6 @@
|
|||
<library>ntdll</library>
|
||||
<library>kernel32</library>
|
||||
<library>fmifs</library>
|
||||
<file>format.rc</file>
|
||||
<file>format.c</file>
|
||||
</module>
|
||||
|
|
Loading…
Reference in a new issue