- Timestamp:
- Sep 27, 2001, 5:05:58 AM (24 years ago)
- 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:19bird Exp $1 /* $Id: kAVL.h,v 1.3 2001-09-27 03:05:58 bird Exp $ 2 2 * 3 3 * kAVL - header file for all the AVL trees. 4 4 * 5 * Copyright (c) 1999-2001 knut st. osmundsen (k nut.stange.osmundsen@mynd.no)5 * Copyright (c) 1999-2001 knut st. osmundsen (kosmunds@csc.com) 6 6 * 7 7 */ … … 119 119 * AVL key type 120 120 */ 121 typedef const char*AVLPVKEY;121 typedef void *AVLPVKEY; 122 122 123 123 /**
Note:
See TracChangeset
for help on using the changeset viewer.