diff options
Diffstat (limited to 'samples/slept/slept.rc')
-rw-r--r-- | samples/slept/slept.rc | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/samples/slept/slept.rc b/samples/slept/slept.rc new file mode 100644 index 0000000..1e5e3a8 --- /dev/null +++ b/samples/slept/slept.rc @@ -0,0 +1,17 @@ +////////////////////////////////////////////////////////////////////////////// +// +// Version information for sleep.rc. +// +// Microsoft Research Detours Package +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// + +#include "detver.h" + +#define VER_INTERNALNAME_STR "sleep" DETOURS_STRINGIFY(DETOURS_BITS) +#define VER_ORIGINALFILENAME_STR "sleep" DETOURS_STRINGIFY(DETOURS_BITS) ".dll" +#define VER_FILEDESCRIPTION_STR "Detours Sleep Test Module" +#define VER_COMPANYNAME_STR "Microsoft Corporation" + +#include "common.ver" |