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

  1. //-----------------------------------------------------------------------------
  2. //
  3. // This file generates the header for the edge walkers.
  4. //
  5. // Copyright (C) Microsoft Corporation, 1997.
  6. //
  7. // WARNING WARNING WARNING
  8. // This h file generated from a mh file.
  9. // EDIT THE MH FILE.
  10. // I warned you.
  11. // WARNING WARNING WARNING
  12. //
  13. //-----------------------------------------------------------------------------
  14. #ifdef __cplusplus
  15. extern "C" {
  16. #endif
  17. include(`m4hdr.mh')dnl
  18. define(`d_DeclWalkTrapSpans',
  19. `HRESULT FASTCALL $1(UINT uSpans, PINTCARRYVAL pXOther,
  20. PSETUPCTX pStpCtx, BOOL bAdvanceLast);
  21. ')dnl
  22. define(`d_WalkTrapSpansHdr',
  23. `#ifdef _X86_
  24. d_DeclWalkTrapSpans(WalkTrapFloatSpans_$1_NoClip)dnl
  25. #ifdef STEP_FIXED
  26. d_DeclWalkTrapSpans(WalkTrapFixedSpans_$1_NoClip)dnl
  27. #endif // STEP_FIXED
  28. #endif // _X86_
  29. ')dnl
  30. d_RepStr(`d_WalkTrapSpansHdr(AA)', `AA',
  31. `Z_Diff', `Z_Diff_Spec',
  32. `Z_Diff_Tex1', `Z_Diff_Spec_Tex1',
  33. `Z_Tex1_Tex2',
  34. `Z_DIdx', `Z_DIdx_Tex1', `Z_Tex1')dnl
  35. d_DeclWalkTrapSpans(`WalkTrapEitherSpans_Any_NoClip')dnl
  36. d_DeclWalkTrapSpans(`WalkTrapEitherSpans_Any_Clip')dnl
  37. #ifdef __cplusplus
  38. }
  39. #endif