2005-01-06 13:58:04 +00:00
|
|
|
/* $Id$ */
|
2004-10-16 20:27:43 +00:00
|
|
|
|
2005-06-17 11:28:23 +00:00
|
|
|
#include <windows.h>
|
2004-04-04 21:49:15 +00:00
|
|
|
#include "resource.h"
|
|
|
|
|
2005-11-25 14:17:30 +00:00
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|
|
|
|
2004-10-16 20:27:43 +00:00
|
|
|
#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>
|
2004-04-04 21:49:15 +00:00
|
|
|
|
|
|
|
IDI_DEVMGR ICON "resources/devmgr.ico"
|
2005-11-25 14:17:30 +00:00
|
|
|
|
|
|
|
#include "En.rc"
|
|
|
|
#include "Pl.rc"
|