mirror of
https://github.com/reactos/reactos.git
synced 2025-01-01 12:04:51 +00:00
Japanese resource by Masahiro Taguchi (not supported by windres)
svn path=/trunk/; revision=8096
This commit is contained in:
parent
59cd294e28
commit
8f1114e759
2 changed files with 6 additions and 2 deletions
BIN
reactos/subsys/system/explorer/explorer-jp.rc
Normal file
BIN
reactos/subsys/system/explorer/explorer-jp.rc
Normal file
Binary file not shown.
|
@ -400,7 +400,9 @@ END
|
||||||
|
|
||||||
3 TEXTINCLUDE DISCARDABLE
|
3 TEXTINCLUDE DISCARDABLE
|
||||||
BEGIN
|
BEGIN
|
||||||
"\r\n"
|
"#ifndef __WINDRES__\r\n"
|
||||||
|
"#include ""explorer-jp.rc""\r\n"
|
||||||
|
"#endif\r\n"
|
||||||
"\0"
|
"\0"
|
||||||
END
|
END
|
||||||
|
|
||||||
|
@ -1185,7 +1187,9 @@ END
|
||||||
//
|
//
|
||||||
// Generated from the TEXTINCLUDE 3 resource.
|
// Generated from the TEXTINCLUDE 3 resource.
|
||||||
//
|
//
|
||||||
|
#ifndef __WINDRES__
|
||||||
|
#include "explorer-jp.rc"
|
||||||
|
#endif
|
||||||
|
|
||||||
/////////////////////////////////////////////////////////////////////////////
|
/////////////////////////////////////////////////////////////////////////////
|
||||||
#endif // not APSTUDIO_INVOKED
|
#endif // not APSTUDIO_INVOKED
|
||||||
|
|
Loading…
Reference in a new issue