mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
12 lines
319 B
Text
12 lines
319 B
Text
#include "resource.h"
|
|
#include <scrnsave.h>
|
|
|
|
#define REACTOS_STR_FILE_DESCRIPTION "Maze Demo and Screen Saver"
|
|
#define REACTOS_STR_INTERNAL_NAME "maze"
|
|
#define REACTOS_STR_ORIGINAL_FILENAME "maze.exe"
|
|
#include <reactos/version.rc>
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
idsAppName "Screen Saver.Maze"
|
|
END
|