Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

40 lines
846 B

/*++
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