mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 20:32:36 +00:00
7 lines
213 B
Plaintext
7 lines
213 B
Plaintext
|
#include <windef.h>
|
||
|
|
||
|
#define REACTOS_STR_FILE_DESCRIPTION "Global Flags utility"
|
||
|
#define REACTOS_STR_INTERNAL_NAME "gflags"
|
||
|
#define REACTOS_STR_ORIGINAL_FILENAME "gflags.exe"
|
||
|
#include <reactos/version.rc>
|