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.

18 lines
427 B

  1. //-----------------------------------------------------------------------------
  2. //
  3. // This file contains C span loop headers.
  4. //
  5. // Copyright (C) Microsoft Corporation, 1997.
  6. //
  7. //-----------------------------------------------------------------------------
  8. #ifdef __cplusplus
  9. extern "C" {
  10. #endif
  11. void MMX_LoopAny(PD3DI_RASTCTX pCtx, PD3DI_RASTPRIM pP, PD3DI_RASTSPAN pS);
  12. #ifdef __cplusplus
  13. }
  14. #endif