blob: 07ead14d723a2d535ea56e0664dc8d26190b9d50 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
|
//+---------------------------------------------------------------------------
//
// 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
|