From eee450c6e0c9725b1dd849942296cea53f799b04 Mon Sep 17 00:00:00 2001 From: Aleksey Bragin Date: Sun, 26 Dec 2010 12:56:51 +0000 Subject: [PATCH] [PSDK] - Oleg Baikalow: Don't call TDIEntityID structure and type with the same name. svn path=/trunk/; revision=50143 --- reactos/include/psdk/tdiinfo.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reactos/include/psdk/tdiinfo.h b/reactos/include/psdk/tdiinfo.h index dd9d62fb452..589300d2fb5 100644 --- a/reactos/include/psdk/tdiinfo.h +++ b/reactos/include/psdk/tdiinfo.h @@ -27,7 +27,7 @@ extern "C" { #endif -typedef struct TDIEntityID { +typedef struct _TDIEntityID { ULONG tei_entity; ULONG tei_instance; } TDIEntityID; -- 2.17.1