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.
 
 
 
 
 
 

57 lines
1.4 KiB

/*++
Copyright (c) 1994 Microsoft Corporation
All rights reserved.
Module Name:
spllib.hxx
Abstract:
All definitions for spllib.
Author:
Albert Ting (AlbertT) 21-Dec-1994
Revision History:
--*/
#ifndef _SPLLIB_HXX
#define _SPLLIB_HXX
#ifndef RC_INVOKED
#include "..\spllib\common.hxx"
#include "..\spllib\mem.hxx"
#include "..\spllib\trace.hxx"
#include "..\spllib\debug.hxx"
#include "..\spllib\webpnp.h"
#include "..\spllib\webutil.hxx"
#include "..\spllib\webipp.h"
#include "..\spllib\marshall.h"
#include "..\spllib\checkpoint.hxx"
#include "..\spllib\safewrap.hxx"
#include "..\spllib\splpolicy.hxx"
#include "..\spllib\spldevmode.hxx"
#ifdef __cplusplus
#pragma warning (disable: 4514) /* Disable unreferenced inline function removed */
#pragma warning (disable: 4201) /* Disable nameless union/struct */
#include "..\spllib\csem.hxx"
#include "..\spllib\templ.hxx"
#include "..\spllib\string.hxx"
#include "..\spllib\splutil.hxx"
#include "..\spllib\state.hxx"
#include "..\spllib\memblock.hxx"
#include "..\spllib\loadlib.hxx"
#include "..\spllib\dnode.hxx"
#include "..\spllib\dlist.hxx"
#include "..\spllib\dlistlck.hxx"
#include "..\spllib\CSRutility.hxx"
#include "..\spllib\CSRlist.hxx"
#include "..\spllib\CSRcrtsect.hxx"
#endif
#include "..\spllib\clink.hxx"
#endif
#endif // _SPLLIB_HXX