41 lines
898 B
C++
41 lines
898 B
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 RC_INVOKED
|
|
#include "..\spllib.pri\common.hxx"
|
|
#include "..\spllib.pri\mem.hxx"
|
|
#include "..\spllib.pri\trace.hxx"
|
|
#include "..\spllib.pri\debug.hxx"
|
|
#ifdef __cplusplus
|
|
#pragma warning (disable: 4514) /* Disable unreferenced inline function removed */
|
|
#pragma warning (disable: 4201) /* Disable nameless union/struct */
|
|
#include "..\spllib.pri\templ.hxx"
|
|
#include "..\spllib.pri\string.hxx"
|
|
#include "..\spllib.pri\splutil.hxx"
|
|
#include "..\spllib.pri\state.hxx"
|
|
#include "..\spllib.pri\threadm.hxx"
|
|
#include "..\spllib.pri\exec.hxx"
|
|
#include "..\spllib.pri\memblock.hxx"
|
|
#include "..\spllib.pri\sleepn.hxx"
|
|
#endif
|
|
#include "..\spllib.pri\clink.hxx"
|
|
#endif
|