[EVENTLOG]

* Do not include debug.h into the main header.
CORE-7716

svn path=/trunk/; revision=61315
This commit is contained in:
Amine Khaldi 2013-12-21 13:45:16 +00:00
parent 5170eaeaaf
commit 359a887df3
6 changed files with 15 additions and 2 deletions

View file

@ -11,6 +11,9 @@
#include "eventlog.h"
#define NDEBUG
#include <debug.h>
/* GLOBALS ******************************************************************/
static VOID CALLBACK ServiceMain(DWORD, LPWSTR *);

View file

@ -9,7 +9,6 @@
#ifndef __EVENTLOG_H__
#define __EVENTLOG_H__
#define NDEBUG
#define WIN32_NO_STATUS
#include <stdio.h>
@ -22,7 +21,6 @@
#include <rtlfuncs.h>
#include <obfuncs.h>
#include <iofuncs.h>
#include <debug.h>
#include <eventlogrpc_s.h>
typedef struct _IO_ERROR_LPC

View file

@ -10,6 +10,9 @@
#include "eventlog.h"
#define NDEBUG
#include <debug.h>
static LIST_ENTRY EventSourceListHead;
static CRITICAL_SECTION EventSourceListCs;

View file

@ -11,6 +11,9 @@
#include "eventlog.h"
#define NDEBUG
#include <debug.h>
/* GLOBALS ******************************************************************/
static LIST_ENTRY LogFileListHead;

View file

@ -11,6 +11,9 @@
#include "eventlog.h"
#define NDEBUG
#include <debug.h>
/* GLOBALS ******************************************************************/
HANDLE ConnectPortHandle = NULL;

View file

@ -11,6 +11,9 @@
#include "eventlog.h"
#define NDEBUG
#include <debug.h>
LIST_ENTRY LogHandleListHead;
/* FUNCTIONS ****************************************************************/