reactos/reactos/dll/win32/iernonce/iernonce.rc

26 lines
553 B
Plaintext
Raw Normal View History

#include <windef.h>
#include <winuser.h>
#include "resource.h"
#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Extended RunOnce processing with UI"
#define REACTOS_STR_INTERNAL_NAME "iernonce"
#define REACTOS_STR_ORIGINAL_FILENAME "iernonce.dll"
#include <reactos/version.rc>
IDI_ICON ICON "res/setup.ico"
/* UTF-8 */
#pragma code_page(65001)
#ifdef LANGUAGE_EN_US
#include "lang/en-US.rc"
#endif
#ifdef LANGUAGE_RO_RO
#include "lang/ro-RO.rc"
#endif
#ifdef LANGUAGE_TR_TR
#include "lang/tr-TR.rc"
#endif