mirror of
https://github.com/reactos/reactos.git
synced 2025-07-28 11:31:54 +00:00
[EVENTLOG]
* Remove one time inclusions from the main header and put them back where they belong. CORE-7716 svn path=/trunk/; revision=61604
This commit is contained in:
parent
d12bc6a95a
commit
427ef54d29
4 changed files with 11 additions and 8 deletions
|
@ -11,6 +11,9 @@
|
|||
|
||||
#include "eventlog.h"
|
||||
|
||||
#include <stdio.h>
|
||||
#include <netevent.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
|
|
|
@ -9,18 +9,14 @@
|
|||
#ifndef __EVENTLOG_H__
|
||||
#define __EVENTLOG_H__
|
||||
|
||||
#define WIN32_NO_STATUS
|
||||
#include <stdarg.h>
|
||||
|
||||
#include <stdio.h>
|
||||
#define WIN32_NO_STATUS
|
||||
|
||||
#include <windef.h>
|
||||
#include <winbase.h>
|
||||
#include <netevent.h>
|
||||
#include <lpctypes.h>
|
||||
#include <lpcfuncs.h>
|
||||
#include <rtlfuncs.h>
|
||||
#include <obfuncs.h>
|
||||
#include <iofuncs.h>
|
||||
#include <ndk/rtlfuncs.h>
|
||||
#include <ndk/obfuncs.h>
|
||||
#include <eventlogrpc_s.h>
|
||||
|
||||
typedef struct _IO_ERROR_LPC
|
||||
|
|
|
@ -11,6 +11,8 @@
|
|||
|
||||
#include "eventlog.h"
|
||||
|
||||
#include <ndk/iofuncs.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
|
|
|
@ -11,6 +11,8 @@
|
|||
|
||||
#include "eventlog.h"
|
||||
|
||||
#include <ndk/lpcfuncs.h>
|
||||
|
||||
#define NDEBUG
|
||||
#include <debug.h>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue