mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 04:11:30 +00:00
13 lines
319 B
Plaintext
13 lines
319 B
Plaintext
#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
|