Remove all non-official LPC structures/defines/hardcoded hacks, and use actual correc...
[reactos.git] / reactos / services / eventlog / eventlog.h
index 4cf1559..965d90d 100644 (file)
@@ -2,6 +2,11 @@
 #ifndef __EVENTLOG_H__
 #define __EVENTLOG_H__
 
+typedef struct _IO_ERROR_LPC
+{
+    PORT_MESSAGE Header;
+    IO_ERROR_LOG_MESSAGE Message;
+} IO_ERROR_LPC, *PIO_ERROR_LPC;
 
 BOOL
 StartPortThread(VOID);