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.
41 lines
509 B
41 lines
509 B
/*++
|
|
|
|
Copyright (c) 1998-1999 Microsoft Corporation
|
|
|
|
Module Name:
|
|
|
|
precomp.h
|
|
|
|
Abstract:
|
|
|
|
User space log viewer
|
|
|
|
Author:
|
|
|
|
Rajesh Sundaram (1st Aug, 1998)
|
|
|
|
Revision History:
|
|
|
|
--*/
|
|
|
|
#define NT 1
|
|
#define _PNP_POWER 1
|
|
#define SECFLTR 1
|
|
|
|
#include <ntverp.h>
|
|
#include <nt.h>
|
|
#include <ntrtl.h>
|
|
#include <nturtl.h>
|
|
|
|
//#include <windef.h>
|
|
//#include <winbase.h>
|
|
#include <windows.h>
|
|
|
|
#include <ntosp.h>
|
|
#include <ndis.h>
|
|
|
|
#include <string.h>
|
|
#include <stdio.h>
|
|
//#include <stdlib.h>
|
|
|
|
#include "psched.h"
|