Source code of Windows XP (NT5)
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.

34 lines
845 B

  1. //+---------------------------------------------------------------------------
  2. //
  3. // Microsoft Windows
  4. // Copyright (C) Microsoft Corporation, 1991 - 1992.
  5. //
  6. // File: KCURHEAP.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 <keycur.hxx>
  18. #include <heap.hxx>
  19. // Define parametrized class CKeyHeap (a heap of cursors)
  20. DEF_HEAP ( CKeyHeap, CKeyCursor )
  21. // Define parametrized class CIdxWidHeap (a heap of cursors)
  22. DEF_HEAP ( CIdxWidHeap, CKeyCursor )
  23. // Define parametrized class COccHeap (a heap of cursors)
  24. DEF_HEAP ( COccHeapOfKeyCur, CKeyCursor )