mirror of
https://github.com/reactos/reactos.git
synced 2024-11-03 13:25:57 +00:00
20 lines
432 B
Text
20 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
|