windows-nt/Source/XPSP1/NT/net/qos/psched/pslog/precomp.h
2020-09-26 16:20:57 +08:00

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"