mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
454f222ade
- Merge the Kernel Mode Test Suite Google Summer of Code project - Happy testing, everyone ;) svn path=/trunk/; revision=53671
5 lines
172 B
C
5 lines
172 B
C
/* this is a little hacky, but better than duplicating the code (for now) */
|
|
#define RTL_USE_AVL_TABLES
|
|
#define Test_RtlSplayTree Test_RtlAvlTree
|
|
#include "RtlSplayTree.c"
|