56 lines
1.2 KiB
C++
56 lines
1.2 KiB
C++
|
/*++
|
||
|
|
||
|
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"
|
||
|
#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\threadm.hxx"
|
||
|
#include "..\spllib\exec.hxx"
|
||
|
#include "..\spllib\memblock.hxx"
|
||
|
#include "..\spllib\sleepn.hxx"
|
||
|
#include "..\spllib\bitarray.hxx"
|
||
|
#include "..\spllib\loadlib.hxx"
|
||
|
#include "..\spllib\dnode.hxx"
|
||
|
#include "..\spllib\dlist.hxx"
|
||
|
#include "..\spllib\dlistlck.hxx"
|
||
|
#endif
|
||
|
#include "..\spllib\clink.hxx"
|
||
|
#endif
|
||
|
|
||
|
#endif // _SPLLIB_HXX
|