mirror of https://github.com/tongzx/nt5src
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
792 B
31 lines
792 B
//+---------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1991 - 1992.
|
|
//
|
|
// File: CURHEAP.HXX
|
|
//
|
|
// Contents: Heap definitions for CMergeCursor, CWlCursor, and CSynCursor
|
|
//
|
|
// History: 20-Jan-92 BarotszM and AmyA Created.
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
|
|
#pragma once
|
|
|
|
#ifdef DISPLAY_INCLUDES
|
|
#pragma message( "#include <" __FILE__ ">..." )
|
|
#endif
|
|
|
|
#include <heap.hxx>
|
|
#include <wcurheap.hxx>
|
|
#include <ocursor.hxx>
|
|
|
|
// Define parametrized class CWidHeapOfOccCur (a heap of cursors)
|
|
|
|
DEF_HEAP ( CWidHeapOfOccCur, COccCursor )
|
|
|
|
// Define parametrized class COccurrenceHeap (a heap of cursors)
|
|
|
|
DEF_HEAP ( COccHeapOfOccCur, COccCursor )
|
|
|