mirror of
https://github.com/reactos/reactos.git
synced 2024-11-19 13:33:42 +00:00
12 lines
298 B
C
12 lines
298 B
C
|
/*
|
||
|
* PROJECT: Dr. Watson crash reporter
|
||
|
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
||
|
* PURPOSE: Resource file header
|
||
|
* COPYRIGHT: Copyright 2018 William Kent (wjk011 [at] gmail [dot] com)
|
||
|
*/
|
||
|
|
||
|
#pragma once
|
||
|
|
||
|
#define IDS_APP_TITLE 101
|
||
|
#define IDS_USER_ALERT_MESSAGE 102
|