From acc5b4629cbc7b1c329f1425f03ee82acd6fd650 Mon Sep 17 00:00:00 2001 From: yami-hack Date: Tue, 14 Jun 2016 07:58:38 +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 35c826bad..963e57091 100644 --- a/src/core/gdbstub/gdbstub.cpp +++ b/src/core/gdbstub/gdbstub.cpp @@ -14,7 +14,7 @@ #include #include -#if defined(_MSC_VER) || defined(__MINGW64__) +#if defined(_WIN32) #include #include #include