1/* 2 * PROJECT: ReactOS msutb.dll 3 * LICENSE: LGPL-2.1-or-later (https://spdx.org/licenses/LGPL-2.1-or-later) 4 * PURPOSE: Resource of msutb.dll 5 * COPYRIGHT: Copyright 2023 Katayama Hirofumi MZ <katayama.hirofumi.mz@gmail.com> 6 */ 7 8#include <windef.h> 9#include <winuser.rh> 10 11#include "resource.h" 12 13LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL 14 15#define REACTOS_VERSION_DLL 16#define REACTOS_STR_FILE_DESCRIPTION "ReactOS msutb.dll" 17#define REACTOS_STR_INTERNAL_NAME "msutb" 18#define REACTOS_STR_ORIGINAL_FILENAME "msutb.dll" 19#include <reactos/version.rc> 20 21#include <reactos/manifest_hosted.rc> 22 23/* UTF-8 */ 24#pragma code_page(65001) 25 26#ifdef LANGUAGE_EN_US 27 #include "lang/en-US.rc" 28#endif 29