diff options
Diffstat (limited to 'ext/detours/samples/findfunc/target.h')
-rw-r--r-- | ext/detours/samples/findfunc/target.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/ext/detours/samples/findfunc/target.h b/ext/detours/samples/findfunc/target.h new file mode 100644 index 0000000..076da2e --- /dev/null +++ b/ext/detours/samples/findfunc/target.h @@ -0,0 +1,14 @@ +////////////////////////////////////////////////////////////////////////////// +// +// Detour Test Program (target.h of target.dll) +// +// Microsoft Research Detours Package +// +// Copyright (c) Microsoft Corporation. All rights reserved. +// +#pragma once + +DWORD WINAPI Target(DWORD dwCount); + +// +///////////////////////////////////////////////////////////////// End of File. |