windows-nt/Source/XPSP1/NT/printscan/print/spooler/spoolss/dll/precomp.h

51 lines
738 B
C
Raw Normal View History

2020-09-26 03:20:57 -05:00
/*++
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 <string.h>
#include <windows.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"