mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 15:53:49 +00:00

- Remove DISCARDABLE attribute. - Remove MOVEABLE attribute. See: https://learn.microsoft.com/en-us/windows/win32/menurc/common-resource-attributes 3rd-party module rosapps/lib/vfdlib is left unchanged.
12 lines
307 B
Text
12 lines
307 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
|
|
BEGIN
|
|
idsAppName "Screen Saver.Maze"
|
|
END
|