/*++ 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\common.hxx" #include "..\spllib\mem.hxx" #include "..\spllib\trace.hxx" #include "..\spllib\debug.hxx" #ifdef __cplusplus #pragma warning (disable: 4514) /* Disable unreferenced inline function removed */ #pragma warning (disable: 4201) /* Disable nameless union/struct */ #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" #endif #include "..\spllib\clink.hxx" #endif