ReactOS 0.4.15-dev-7924-g5949c20
resource.h
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS Utility Manager (Accessibility)
3 * LICENSE: GPL-2.0+ (https://spdx.org/licenses/GPL-2.0+)
4 * PURPOSE: Resource header file
5 * COPYRIGHT: Copyright 2019-2020 George Bișoc (george.bisoc@reactos.org)
6 */
7
8#pragma once
9
10#define IDC_STATIC -1
11
12/* Icon resource */
13#define IDI_ICON_UTILMAN 30
14
15/* Strings */
16#define IDS_FAIL_INIT 40
17#define IDS_FAIL_INIT_TITLE 41