mirror of https://github.com/lianthony/NT4.0
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.
48 lines
893 B
48 lines
893 B
//+---------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
// Copyright (C) Microsoft Corporation, 1992 - 1992.
|
|
//
|
|
// File: headers.cxx
|
|
//
|
|
// Contents: scm precompiled headers
|
|
//
|
|
// Classes:
|
|
//
|
|
// Functions:
|
|
//
|
|
// History: 11-Oct-94 BillMo Created
|
|
//
|
|
//----------------------------------------------------------------------------
|
|
|
|
#include "..\dcomss.h"
|
|
|
|
extern "C"
|
|
{
|
|
#include <ntlsa.h>
|
|
#include <ntmsv1_0.h>
|
|
#ifdef DCOM
|
|
#include <lm.h>
|
|
#endif
|
|
#include <winsecp.h>
|
|
#include <stdio.h>
|
|
#include <memory.h>
|
|
#include <string.h>
|
|
}
|
|
|
|
#ifndef _CHICAGO_
|
|
#include <netevent.h>
|
|
#endif
|
|
|
|
#include <except.hxx>
|
|
#include <ole2.h>
|
|
#include <olecom.h>
|
|
#include <smmutex.hxx>
|
|
#include <scode.h>
|
|
#include <ole2int.h>
|
|
#include <tchar.h>
|
|
#ifdef DCOM
|
|
#include <rwobjsrv.h>
|
|
#else
|
|
#include <objsrv.h>
|
|
#endif
|