2007-11-17 22:09:34 +00:00
|
|
|
#include <windows.h>
|
|
|
|
#include "resource.h"
|
|
|
|
|
|
|
|
#define REACTOS_VERSION_DLL
|
|
|
|
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Modem Properties\0"
|
|
|
|
#define REACTOS_STR_INTERNAL_NAME "modemui\0"
|
|
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "modemui.dll\0"
|
|
|
|
#include <reactos/version.rc>
|
|
|
|
|
|
|
|
IDI_5100 ICON "res/5100.ico"
|
|
|
|
IDI_700 ICON "res/700.ico"
|
|
|
|
IDI_701 ICON "res/701.ico"
|
|
|
|
IDI_702 ICON "res/702.ico"
|
|
|
|
IDI_703 ICON "res/703.ico"
|
|
|
|
|
2007-11-22 15:15:14 +00:00
|
|
|
#include "lang/de-DE.rc"
|
2007-11-17 22:09:34 +00:00
|
|
|
#include "lang/en-US.rc"
|
2008-03-23 12:59:21 +00:00
|
|
|
#include "lang/es-ES.rc"
|
2008-08-05 12:13:31 +00:00
|
|
|
#include "lang/no-NO.rc"
|
2008-01-09 07:51:42 +00:00
|
|
|
#include "lang/pl-PL.rc"
|
2009-07-02 08:33:06 +00:00
|
|
|
#include "lang/ro-RO.rc"
|
2008-01-07 15:08:18 +00:00
|
|
|
#include "lang/ru-RU.rc"
|
2008-01-09 07:51:42 +00:00
|
|
|
#include "lang/uk-UA.rc"
|