mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 21:34:00 +00:00
5ac93863fa
I start hating that language :p svn path=/trunk/; revision=39067
19 lines
488 B
Text
19 lines
488 B
Text
#include <windows.h>
|
|
#include <scrnsave.h>
|
|
#include "resource.h"
|
|
|
|
LANGUAGE LANG_NEUTRAL, SUBLANG_NEUTRAL
|
|
|
|
#define REACTOS_VERSION_DLL
|
|
#define REACTOS_STR_FILE_DESCRIPTION "Circles ScreenSaver\0"
|
|
#define REACTOS_STR_INTERNAL_NAME "circles\0"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "circles.scr\0"
|
|
|
|
#include <reactos/version.rc>
|
|
|
|
#include "lang/en-US.rc"
|
|
#include "lang/es-ES.rc"
|
|
#include "lang/fr-FR.rc"
|
|
#include "lang/no-NO.rc"
|
|
#include "lang/sk-SK.rc"
|
|
#include "lang/uk-UA.rc"
|