[SNDVOL32] Add the small line dialog
[reactos.git] / base / applications / drwtsn32 / drwtsn32.rc
1 /*
2 * PROJECT: Dr. Watson crash reporter
3 * LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
4 * PURPOSE: Main resource file
5 * COPYRIGHT: Copyright 2018 William Kent (wjk011 [at] gmail [dot] com)
6 */
7
8 #include <windef.h>
9 #include <winuser.h>
10 #include "resource.h"
11
12 #define REACTOS_STR_FILE_DESCRIPTION "ReactOS Crash Reporter"
13 #define REACTOS_STR_INTERNAL_NAME "drwtsn32"
14 #define REACTOS_STR_ORIGINAL_FILENAME "drwtsn32.exe"
15 #include <reactos/version.rc>
16
17 #include <reactos/manifest_exe.rc>
18
19 #ifdef LANGUAGE_EN_US
20 #include "lang/en-US.rc"
21 #endif