reactos/rosapps/applications/cmdutils/gflags/gflags.rc
Pierre Schweitzer d7113fdd2b [GFLAGS]
Add a quick'n'dirty implementation of gflags utility.
It only covers some page heap usage (enough to enable/disable DPH :-)).
It's syntax compatible with MS one, and with what's written down in ROS wiki.

See: https://www.reactos.org/wiki/Debugging#Debug_Page_Heap_.28DPH.29

svn path=/trunk/; revision=75073
2017-06-17 12:34:08 +00:00

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>