update for HEAD-2003021201
[reactos.git] / include / napi / lpc.h
index a99c919..f136bf5 100644 (file)
@@ -1,10 +1,16 @@
 #ifndef __INCLUDE_NAPI_LPC_H
 #define __INCLUDE_NAPI_LPC_H
 
+#ifdef __USE_W32API
+#include <ddk/ntapi.h>
+#endif /* !__USE_W32API */
+
 #include <ntos/security.h>
 
 #define MAX_MESSAGE_DATA   (0x130)
 
+#ifndef __USE_W32API
+
 typedef enum 
 {
     UNUSED_MSG_TYPE        = 0x0, /* ReactOS */
@@ -52,6 +58,8 @@ typedef struct _LPC_MESSAGE_HEADER
    ULONG SharedSectionSize;
 } LPC_MESSAGE, *PLPC_MESSAGE;
 
+#endif /* !__USE_W32API */
+
 typedef struct _LPC_TERMINATION_MESSAGE
 {
    LPC_MESSAGE Header;