2008-05-04 21:10:36 +00:00
|
|
|
#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"
|
2008-05-10 21:51:59 +00:00
|
|
|
#include "lang/es-ES.rc"
|
2009-01-24 18:41:47 +00:00
|
|
|
#include "lang/fr-FR.rc"
|
2008-10-07 21:12:45 +00:00
|
|
|
#include "lang/no-NO.rc"
|
2008-05-09 12:38:26 +00:00
|
|
|
#include "lang/sk-SK.rc"
|
2008-11-04 21:27:56 +00:00
|
|
|
#include "lang/uk-UA.rc"
|