42 lines
509 B
C
42 lines
509 B
C
/*++
|
|
|
|
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"
|