reactos/dll/win32/uxtheme/resource.h
Stanislav Motylkov d11582f0e2 [UXTHEME] Localize string resources
- Adapt SetWindowResourceText() function from
  `msconfig_new/utils.c` LoadResourceStringEx() function.
- Drop `version.rc` in favor of `uxtheme.rc` since we have forked uxtheme.

Addendum to 118869f69. CORE-5991
2024-02-16 21:10:21 +03:00

17 lines
548 B
C

/*
* PROJECT: ReactOS uxtheme.dll
* LICENSE: LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later)
* PURPOSE: Main resource header file
* COPYRIGHT: Copyright 2014 Giannis Adamopoulos <gadamopoulos@reactos.org>
* Copyright 2023 Ethan Rodensky <splitwirez@gmail.com>
*/
#pragma once
/* Resources */
#define IDS_MESSAGEBOX 2000
#define IDS_ACTIVEWIN 2001
#define IDS_INACTIVEWIN 2002
#define IDS_OK 2003
#define IDS_WINTEXT 2004