mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
d11582f0e2
- 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
16 lines
548 B
C
16 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
|