Changeset 6840 for trunk/src


Ignore:
Timestamp:
Sep 27, 2001, 5:05:58 AM (24 years ago)
Author:
bird
Message:

Yet another AVL*KEY declaration typo corrected (AVLPVKEY).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/win32k/kKrnlLib/include/kAVL.h

    r6721 r6840  
    1 /* $Id: kAVL.h,v 1.2 2001-09-15 18:54:19 bird Exp $
     1/* $Id: kAVL.h,v 1.3 2001-09-27 03:05:58 bird Exp $
    22 *
    33 * kAVL - header file for all the AVL trees.
    44 *
    5  * Copyright (c) 1999-2001 knut st. osmundsen (knut.stange.osmundsen@mynd.no)
     5 * Copyright (c) 1999-2001 knut st. osmundsen (kosmunds@csc.com)
    66 *
    77 */
     
    119119 * AVL key type
    120120 */
    121 typedef const char *AVLPVKEY;
     121typedef void *AVLPVKEY;
    122122
    123123/**
Note: See TracChangeset for help on using the changeset viewer.