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.
 
 
 
 
 
 

50 lines
789 B

/*++
Copyright (c) 1995 Microsoft Corporation
All rights reserved
Module Name:
precomp.h
Abstract:
Precompiled header for router.
Author:
Albert Ting (AlbertT) 15-Sept-1994
Environment:
User Mode -Win32
Revision History:
--*/
#ifndef MODULE
#define MODULE "SPL:"
#define MODULE_DEBUG RouterDebug
#endif
#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
#include <excpt.h>
#include <windows.h>
#include <strsafe.h>
#include <rpc.h> // DataTypes and runtime APIs
#include <rpcasync.h>
#include <winspool.h>
#include <winsplp.h>
#include <winspl.h> // generated by the MIDL complier
#include <wininet.h>
#include <splcom.h>
#include <change.h>
#include <dbt.h>
#include "router.h"
#include "reply.h"