mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 15:02:59 +00:00
17 lines
391 B
Text
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"
|