mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
21e139d1d1
Addendum to d11582f0e
. CORE-5991
30 lines
781 B
Text
30 lines
781 B
Text
/*
|
|
* PROJECT: ReactOS uxtheme.dll
|
|
* LICENSE: LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later)
|
|
* PURPOSE: Main resource file
|
|
* COPYRIGHT: Copyright 2014 Giannis Adamopoulos <gadamopoulos@reactos.org>
|
|
* Copyright 2023 Ethan Rodensky <splitwirez@gmail.com>
|
|
*/
|
|
|
|
#include <windef.h>
|
|
|
|
#include "resource.h"
|
|
|
|
#define REACTOS_VERSION_DLL
|
|
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS uxtheme.dll"
|
|
#define REACTOS_STR_INTERNAL_NAME "uxtheme"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "uxtheme.dll"
|
|
#include <reactos/version.rc>
|
|
|
|
/* UTF-8 */
|
|
#pragma code_page(65001)
|
|
|
|
#ifdef LANGUAGE_EN_US
|
|
#include "lang/en-US.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_RU_RU
|
|
#include "lang/ru-RU.rc"
|
|
#endif
|
|
#ifdef LANGUAGE_UK_UA
|
|
#include "lang/uk-UA.rc"
|
|
#endif
|