From 260f64716ae3bc8fb9ae4708cbb8d4a0a6c48a91 Mon Sep 17 00:00:00 2001 From: Lakshmi Priya Sekar Date: Tue, 8 Sep 2015 12:01:33 -0700 Subject: Replace MAX_PATH with new defines, rest of coreclr. --- src/debug/inc/dbgipcevents.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/debug/inc') diff --git a/src/debug/inc/dbgipcevents.h b/src/debug/inc/dbgipcevents.h index d902884f1c..b110a23977 100644 --- a/src/debug/inc/dbgipcevents.h +++ b/src/debug/inc/dbgipcevents.h @@ -2292,7 +2292,7 @@ struct MSLAYOUT DebuggerIPCEvent struct MSLAYOUT { CONNID connectionId; - EmbeddedIPCString wzConnectionName; + EmbeddedIPCString wzConnectionName; } CreateConnection; struct MSLAYOUT -- cgit v1.2.3