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.
37 lines
592 B
37 lines
592 B
/*++
|
|
|
|
Copyright (c) 1998-2000 Microsoft Corporation
|
|
|
|
Module Name :
|
|
precomp.hxx
|
|
|
|
Abstract:
|
|
Test harness for LKRhash
|
|
|
|
Author:
|
|
George V. Reilly (GeorgeRe) 06-Jan-1998
|
|
|
|
Environment:
|
|
Win32 - User Mode
|
|
|
|
Project:
|
|
Internet Information Server RunTime Library
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#ifndef __PRECOMP_HXX__
|
|
#define __PRECOMP_HXX__
|
|
|
|
extern "C" {
|
|
// #include <wdm.h>
|
|
// #include <ntddk.h>
|
|
#include <ntosp.h>
|
|
};
|
|
|
|
#include <kLKRhash.h>
|
|
|
|
#include "../../src/_locks.h"
|
|
|
|
#endif // __PRECOMP_HXX__
|