reactos/base/applications/drwtsn32/drwtsn32.rc
William Kent 1d10606fad
[DRWTSN32] Various improvements
* Convert to wWinMain()
* Add a resource file
* Use a slightly friendlier application name
* Add code to load the output path from the Registry
* Add localized string resources
2018-03-10 00:04:57 +01:00

22 lines
572 B
Plaintext

/*
* PROJECT: Dr. Watson crash reporter
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
* PURPOSE: Main resource file
* COPYRIGHT: Copyright 2018 William Kent (wjk011 [at] gmail [dot] com)
*/
#include <windef.h>
#include <winuser.h>
#include "resource.h"
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Crash Reporter"
#define REACTOS_STR_INTERNAL_NAME "drwtsn32"
#define REACTOS_STR_ORIGINAL_FILENAME "drwtsn32.exe"
#include <reactos/version.rc>
#include <reactos/manifest_exe.rc>
#ifdef LANGUAGE_EN_US
#include "lang/en-US.rc"
#endif