2007-11-15 16:59:12 +00:00
|
|
|
#include <windows.h>
|
|
|
|
#include "resource.h"
|
|
|
|
|
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|
|
|
|
|
|
|
#define REACTOS_VERSION_DLL
|
|
|
|
#define REACTOS_STR_FILE_DESCRIPTION "Maze ScreenSaver\0"
|
|
|
|
#define REACTOS_STR_INTERNAL_NAME "maze\0"
|
|
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "maze.scr\0"
|
|
|
|
|
|
|
|
#include <reactos/version.rc>
|
|
|
|
|
2015-01-03 10:58:32 +00:00
|
|
|
/* UTF-8 */
|
|
|
|
#pragma code_page(65001)
|
|
|
|
|
2008-02-07 19:33:11 +00:00
|
|
|
#include "lang/bg-BG.rc"
|
2007-12-09 11:58:39 +00:00
|
|
|
#include "lang/de-DE.rc"
|
2007-12-09 11:27:23 +00:00
|
|
|
#include "lang/en-US.rc"
|
2007-12-19 21:25:05 +00:00
|
|
|
#include "lang/es-ES.rc"
|
2009-01-24 18:41:47 +00:00
|
|
|
#include "lang/fr-FR.rc"
|
2008-02-05 15:50:59 +00:00
|
|
|
#include "lang/lt-LT.rc"
|
2014-05-13 21:39:36 +00:00
|
|
|
#include "lang/no-NO.rc"
|
2008-02-05 15:50:59 +00:00
|
|
|
#include "lang/pl-PL.rc"
|
2015-01-03 10:58:32 +00:00
|
|
|
#include "lang/ro-RO.rc"
|
2008-01-31 16:41:33 +00:00
|
|
|
#include "lang/sk-SK.rc"
|
2008-02-05 15:50:59 +00:00
|
|
|
#include "lang/uk-UA.rc"
|