mirror of https://github.com/tongzx/nt5src
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.
55 lines
1.1 KiB
55 lines
1.1 KiB
/*****************************************************************************\
|
|
* MODULE: priv.h
|
|
*
|
|
* Private header for the Print-Processor library.
|
|
*
|
|
*
|
|
* Copyright (C) 1996-1997 Microsoft Corporation
|
|
* Copyright (C) 1996-1997 Hewlett Packard
|
|
*
|
|
* History:
|
|
* 07-Oct-1996 HWP-Guys Initiated port from win95 to winNT
|
|
*
|
|
\*****************************************************************************/
|
|
|
|
#include "spllib.hxx"
|
|
#include "inetlib.h"
|
|
|
|
#include "common.h"
|
|
#include "inetxcv.h"
|
|
|
|
#include "sid.h"
|
|
#include "anonycon.hxx"
|
|
#include "anycon.hxx"
|
|
#include "cachemgr.hxx"
|
|
#include "iecon.hxx"
|
|
#include "lusrdata.hxx"
|
|
#include "ntcon.hxx"
|
|
#include "othercon.hxx"
|
|
#include "portmgr.hxx"
|
|
#include "pusrdata.hxx"
|
|
#include "userdata.hxx"
|
|
|
|
#include "spljob.h"
|
|
#include "splpjm.h"
|
|
#include "ppjobs.h"
|
|
#include "inetport.h"
|
|
#include "inetpp.h"
|
|
#include "globals.h"
|
|
#include "debug.h"
|
|
#include "basicsec.h"
|
|
#include "mem.h"
|
|
#include "sem.h"
|
|
#include "util.h"
|
|
#include "stubs.h"
|
|
#include "inetwrap.h"
|
|
#include "ppinfo.h"
|
|
#include "ppport.h"
|
|
#include "ppprn.h"
|
|
#include "xcv.h"
|
|
#include "ppchange.h"
|
|
#include "stream.h"
|
|
#include "resource.h"
|
|
|
|
|
|
|