mirror of
https://github.com/vosen/ZLUDA.git
synced 2025-04-29 22:17:58 +03:00
15 lines
375 B
C
15 lines
375 B
C
![]() |
//////////////////////////////////////////////////////////////////////////////
|
||
|
//
|
||
|
// 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.
|