From abc4e55413104f5c4e2551fb897782f9a6a8883e Mon Sep 17 00:00:00 2001 From: Igor Kulaychuk Date: Mon, 4 Jun 2018 22:26:25 +0300 Subject: [PATCH] Remove UNICODE redifinition --- src/debug/netcoredbg/miprotocol.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/debug/netcoredbg/miprotocol.cpp b/src/debug/netcoredbg/miprotocol.cpp index 4907bad..a05c0aa 100644 --- a/src/debug/netcoredbg/miprotocol.cpp +++ b/src/debug/netcoredbg/miprotocol.cpp @@ -2,7 +2,6 @@ // Distributed under the MIT License. // See the LICENSE file in the project root for more information. -#define UNICODE #include "miprotocol.h" #include -- 2.7.4