reactos/reactos/lib/devmgr/devmgr.rc

17 lines
391 B
Text

/* $Id$ */
#include <windows.h>
#include "resource.h"
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Device Manager\0"
#define REACTOS_STR_INTERNAL_NAME "devmgr\0"
#define REACTOS_STR_ORIGINAL_FILENAME "devmgr.dll\0"
#include <reactos/version.rc>
IDI_DEVMGR ICON "resources/devmgr.ico"
#include "En.rc"
#include "Pl.rc"