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
|
|
|
|
2009-09-27 13:28:08 +00:00
|
|
|
#include "lang/bg-BG.rc"
|
2008-06-29 20:36:47 +00:00
|
|
|
#include "lang/cs-CZ.rc"
|
2007-04-08 21:53:24 +00:00
|
|
|
#include "lang/de-DE.rc"
|
2009-01-30 08:19:51 +00:00
|
|
|
#include "lang/el-GR.rc"
|
2007-04-08 21:53:24 +00:00
|
|
|
#include "lang/en-US.rc"
|
|
|
|
#include "lang/es-ES.rc"
|
2008-01-13 20:41:28 +00:00
|
|
|
#include "lang/fr-FR.rc"
|
2007-04-08 21:53:24 +00:00
|
|
|
#include "lang/hu-HU.rc"
|
|
|
|
#include "lang/id-ID.rc"
|
|
|
|
#include "lang/it-IT.rc"
|
2008-08-01 13:08:15 +00:00
|
|
|
#include "lang/no-NO.rc"
|
2007-04-08 21:53:24 +00:00
|
|
|
#include "lang/pl-PL.rc"
|
2007-07-26 10:17:37 +00:00
|
|
|
#include "lang/pt-BR.rc"
|
2009-05-26 12:10:58 +00:00
|
|
|
#include "lang/ro-RO.rc"
|
2007-07-14 12:28:54 +00:00
|
|
|
#include "lang/ru-RU.rc"
|
2008-06-01 10:26:42 +00:00
|
|
|
#include "lang/sk-SK.rc"
|
2007-07-26 10:17:37 +00:00
|
|
|
#include "lang/uk-UA.rc"
|