Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

43 lines
1.2 KiB

//-----------------------------------------------------------------------------
//
// This file generates the header for the edge walkers.
//
// Copyright (C) Microsoft Corporation, 1997.
//
// WARNING WARNING WARNING
// This h file generated from a mh file.
// EDIT THE MH FILE.
// I warned you.
// WARNING WARNING WARNING
//
//-----------------------------------------------------------------------------
#ifdef __cplusplus
extern "C" {
#endif
include(`m4hdr.mh')dnl
define(`d_DeclWalkTrapSpans',
`HRESULT FASTCALL $1(UINT uSpans, PINTCARRYVAL pXOther,
PSETUPCTX pStpCtx, BOOL bAdvanceLast);
')dnl
define(`d_WalkTrapSpansHdr',
`#ifdef _X86_
d_DeclWalkTrapSpans(WalkTrapFloatSpans_$1_NoClip)dnl
#ifdef STEP_FIXED
d_DeclWalkTrapSpans(WalkTrapFixedSpans_$1_NoClip)dnl
#endif // STEP_FIXED
#endif // _X86_
')dnl
d_RepStr(`d_WalkTrapSpansHdr(AA)', `AA',
`Z_Diff', `Z_Diff_Spec',
`Z_Diff_Tex1', `Z_Diff_Spec_Tex1',
`Z_Tex1_Tex2',
`Z_DIdx', `Z_DIdx_Tex1', `Z_Tex1')dnl
d_DeclWalkTrapSpans(`WalkTrapEitherSpans_Any_NoClip')dnl
d_DeclWalkTrapSpans(`WalkTrapEitherSpans_Any_Clip')dnl
#ifdef __cplusplus
}
#endif