mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
b00ecdcab9
From now on for ReactOS related contributions only the organization e-mail shall be used and also reverse the order of my real full name.
18 lines
474 B
C
18 lines
474 B
C
/*
|
|
* PROJECT: ReactOS Utility Manager (Accessibility)
|
|
* LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
|
|
* PURPOSE: Resource header file
|
|
* COPYRIGHT: Copyright 2019-2020 George Bișoc (george.bisoc@reactos.org)
|
|
*/
|
|
|
|
#pragma once
|
|
|
|
#define IDC_STATIC -1
|
|
|
|
/* Icon resource */
|
|
#define IDI_ICON_UTILMAN 30
|
|
|
|
/* Strings */
|
|
#define IDS_FAIL_INIT 40
|
|
#define IDS_FAIL_INIT_TITLE 41
|