From: Aleksey Bragin Date: Sun, 26 Dec 2010 12:56:51 +0000 (+0000) Subject: [PSDK] X-Git-Tag: backups/ros-branch-0_3_13@51035~293 X-Git-Url: https://git.reactos.org/?p=reactos.git;a=commitdiff_plain;h=eee450c6e0c9725b1dd849942296cea53f799b04 [PSDK] - Oleg Baikalow: Don't call TDIEntityID structure and type with the same name. svn path=/trunk/; revision=50143 --- 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;