mirror of
https://github.com/reactos/reactos.git
synced 2024-11-06 14:44:19 +00:00
4f987d4817
See issue #2863 for more details. svn path=/trunk/; revision=30956
21 lines
551 B
Text
21 lines
551 B
Text
#include <windows.h>
|
|
#include "resource.h"
|
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|
|
|
#define REACTOS_VERSION_DLL
|
|
#define REACTOS_STR_FILE_DESCRIPTION "Cylinders fractal ScreenSaver\0"
|
|
#define REACTOS_STR_INTERNAL_NAME "cylfrac\0"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "cylfrac.scr\0"
|
|
|
|
#include <reactos/version.rc>
|
|
|
|
#include "lang/bg-BG.rc"
|
|
#include "lang/de-DE.rc"
|
|
#include "lang/en-US.rc"
|
|
#include "lang/es-ES.rc"
|
|
#include "lang/fr-FR.rc"
|
|
#include "lang/lt-LT.rc"
|
|
#include "lang/nl-NL.rc"
|
|
#include "lang/sk-SK.rc"
|
|
#include "lang/uk-UA.rc"
|