Files
archived-Detours/samples/simple_safe/simple_safe.rc
Charles Milette 784f155d91 Feature: Add safe DetoursAttach (and friends) overloads (#178)
Fixes #176

I've also added a sample (a copy of the `simple` sample, but without the `(PVOID&)` casts) to validate the functionality.
2021-03-02 09:34:30 +00:00

18 lines
571 B
Plaintext

//////////////////////////////////////////////////////////////////////////////
//
// Version information for simple_safe.rc.
//
// Microsoft Research Detours Package
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
#include "detver.h"
#define VER_INTERNALNAME_STR "simple_safe" DETOURS_STRINGIFY(DETOURS_BITS)
#define VER_ORIGINALFILENAME_STR "simple_safe" DETOURS_STRINGIFY(DETOURS_BITS) ".dll"
#define VER_FILEDESCRIPTION_STR "Detours Test Module"
#define VER_COMPANYNAME_STR "Microsoft Corporation"
#include "common.ver"