mirror of
https://github.com/WinDurango/Detours.git
synced 2026-01-31 00:55:20 +01:00
Fixes #176 I've also added a sample (a copy of the `simple` sample, but without the `(PVOID&)` casts) to validate the functionality.
18 lines
571 B
Plaintext
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"
|