diff options
author | bunnei <bunneidev@gmail.com> | 2016-11-16 02:07:23 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-11-16 02:07:23 +0100 |
commit | fb13bfe693e9536df700b675fef3affe09622fdd (patch) | |
tree | 133bc7a610f8ae94a5381f8c8aaba6a6050d7ac1 /src/core | |
parent | Merge pull request #1753 from jroweboy/frame_layouts (diff) | |
parent | Add mingw compile support (diff) | |
download | yuzu-fb13bfe693e9536df700b675fef3affe09622fdd.tar yuzu-fb13bfe693e9536df700b675fef3affe09622fdd.tar.gz yuzu-fb13bfe693e9536df700b675fef3affe09622fdd.tar.bz2 yuzu-fb13bfe693e9536df700b675fef3affe09622fdd.tar.lz yuzu-fb13bfe693e9536df700b675fef3affe09622fdd.tar.xz yuzu-fb13bfe693e9536df700b675fef3affe09622fdd.tar.zst yuzu-fb13bfe693e9536df700b675fef3affe09622fdd.zip |
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/gdbstub/gdbstub.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/gdbstub/gdbstub.cpp b/src/core/gdbstub/gdbstub.cpp index ceb993ea1..aea43e92b 100644 --- a/src/core/gdbstub/gdbstub.cpp +++ b/src/core/gdbstub/gdbstub.cpp @@ -14,7 +14,7 @@ #include <numeric> #include <fcntl.h> -#ifdef _MSC_VER +#ifdef _WIN32 #include <WinSock2.h> #include <common/x64/abi.h> #include <io.h> |