Leaked source code of windows server 2003
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.
 
 
 
 
 
 

25 lines
391 B

/*++
Copyright (C) 1996-1999 Microsoft Corporation
Module Name:
PUSER.H
History:
--*/
//
// Master include file for components that need to use parsers, but not
// implement a parser.
//
// If you are implementing a parser, use PARSER.H instead.
//
#pragma once
#include <esputil.h>
#include <pbase.h>
#include <parserid.h>
#include <parseman.h>