[MSPAINT]: Remove trailing whitespace.
[reactos.git] / reactos / base / applications / cmdutils / tree / tree.rc
1 #include <windef.h>
2 #include <winuser.h>
3
4 #include "resource.h"
5
6 LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
7
8 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Tree Walk Utility"
9 #define REACTOS_STR_INTERNAL_NAME "tree"
10 #define REACTOS_STR_ORIGINAL_FILENAME "tree.exe"
11 #include <reactos/version.rc>
12
13 /* UTF-8 */
14 #pragma code_page(65001)
15 #ifdef LANGUAGE_DE_DE
16 #include "lang/de-DE.rc"
17 #endif
18 #ifdef LANGUAGE_EN_US
19 #include "lang/en-US.rc"
20 #endif