summaryrefslogtreecommitdiffstats
path: root/private/eventlog/server/eventp.h
blob: ccb968cce298756394bb1054c734b818c78c85c4 (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
/*++

Copyright (c) 1991 Microsoft Corporation

Module Name:

    eventp.h

Abstract:

    Private include file for eventlog service

Author:

    Rajen Shah (rajens) 12-Jul-1991

Revision History:

--*/

#ifndef _CAIRO_
#define UNICODE             // This service uses unicode APIs
#endif // _CAIRO_

#include <nt.h>
#include <ntrtl.h>
#include <nturtl.h>
#include <ntelfapi.h>
#include <netevent.h>       // Manifest constants for Events

#include <windows.h>
#include <winsvc.h>

#include <lmcons.h>
#include <lmerr.h>
#include <rpc.h>
#include <svcs.h>     // SVCS_ENTRY_POINT, PSVCS_GLOBAL_DATA

#ifdef _CAIRO_
#include <wtypes.h>
#endif // _CAIRO_

#include <elf.h>

#include <elfdef.h>
#include <elfcommn.h>
#include <elfproto.h>
#include <elfextrn.h>