mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
19 lines
432 B
Text
19 lines
432 B
Text
#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>
|
|
|
|
|
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_DESCRIPTION "Maze ScreenSaver"
|
|
END
|