ReactOS 0.4.15-dev-8028-g8e799e2
resource.h
Go to the documentation of this file.
1/*
2 * PROJECT: ReactOS uxtheme.dll
3 * LICENSE: LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later)
4 * PURPOSE: Main resource header file
5 * COPYRIGHT: Copyright 2014 Giannis Adamopoulos <gadamopoulos@reactos.org>
6 * Copyright 2023 Ethan Rodensky <splitwirez@gmail.com>
7 */
8
9#pragma once
10
11/* Resources */
12#define IDS_MESSAGEBOX 2000
13#define IDS_ACTIVEWIN 2001
14#define IDS_INACTIVEWIN 2002
15#define IDS_OK 2003
16#define IDS_WINTEXT 2004