1////////////////////////////////////////////////////////////////////////////// 2// 3// Presence of this DLL (detoured.dll) marks a process as detoured. 4// 5// Microsoft Research Detours Package, Version 2.1. 6// 7// Copyright (c) Microsoft Corporation. All rights reserved. 8// 9 10HMODULE WINAPI Detoured(); 11 12// 13///////////////////////////////////////////////////////////////// End of File. 14 15