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.

31 lines
823 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1991 - 1992.
  5. //
  6. // File: CURHEAP.HXX
  7. //
  8. // Contents: Heap definitions for CMergeCursor, CWlCursor, and CSynCursor
  9. //
  10. // History: 20-Jan-92 BarotszM and AmyA Created.
  11. //
  12. //----------------------------------------------------------------------------
  13. #pragma once
  14. #ifdef DISPLAY_INCLUDES
  15. #pragma message( "#include <" __FILE__ ">..." )
  16. #endif
  17. #include <heap.hxx>
  18. #include <wcurheap.hxx>
  19. #include <ocursor.hxx>
  20. // Define parametrized class CWidHeapOfOccCur (a heap of cursors)
  21. DEF_HEAP ( CWidHeapOfOccCur, COccCursor )
  22. // Define parametrized class COccurrenceHeap (a heap of cursors)
  23. DEF_HEAP ( COccHeapOfOccCur, COccCursor )