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.
 
 
 
 
 
 

48 lines
759 B

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