From 6e05627c1d76e67a32bdc81a0b7ee867f0a64e7b Mon Sep 17 00:00:00 2001 From: yami-hack Date: Mon, 13 Jun 2016 16:52:03 +0800 Subject: [PATCH] Update gdbstub.cpp --- src/core/gdbstub/gdbstub.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/gdbstub/gdbstub.cpp b/src/core/gdbstub/gdbstub.cpp index b62aba24e..35c826bad 100644 --- a/src/core/gdbstub/gdbstub.cpp +++ b/src/core/gdbstub/gdbstub.cpp @@ -14,7 +14,7 @@ #include #include -#if defined(_MSC_VER) || (__MINGW64__) +#if defined(_MSC_VER) || defined(__MINGW64__) #include #include #include