mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
Attempt to fix build (broken by hpoussin in r34179)
svn path=/trunk/; revision=34181
This commit is contained in:
parent
0bb26e2025
commit
57e5fca63f
1 changed files with 2 additions and 2 deletions
|
@ -91,7 +91,7 @@ BEGIN
|
|||
"IDB_IMAGES BITMAP DISCARDABLE ""res/images.bmp""\r\n"
|
||||
"IDB_TOOLBAR BITMAP DISCARDABLE ""res/toolbar.bmp""\r\n"
|
||||
"#endif\r\n"
|
||||
"#ifndef _ROS_\r\n"
|
||||
"#ifndef __REACTOS__\r\n"
|
||||
"LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL\r\n"
|
||||
"STRINGTABLE DISCARDABLE \r\n"
|
||||
"BEGIN\r\n"
|
||||
|
@ -199,7 +199,7 @@ IDI_RECENT ICON DISCARDABLE "res/recent-documents.ico"
|
|||
IDB_IMAGES BITMAP DISCARDABLE "res/images.bmp"
|
||||
IDB_TOOLBAR BITMAP DISCARDABLE "res/toolbar.bmp"
|
||||
#endif
|
||||
#ifndef _ROS_
|
||||
#ifndef __REACTOS__
|
||||
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
||||
STRINGTABLE DISCARDABLE
|
||||
BEGIN
|
||||
|
|
Loading…
Reference in a new issue