msbuild: enable USE_GDBSTUB

this does nothing about it actually being usable
This commit is contained in:
Shawn Hoffman
2021-01-09 21:56:46 -08:00
parent 0776263c5e
commit f0a6244768
5 changed files with 97 additions and 70 deletions

View File

@ -8,7 +8,7 @@
#include "Common/CommonTypes.h"
#if defined(_WIN32) || !defined(MSG_WAITALL)
#ifndef MSG_WAITALL
#define MSG_WAITALL (8)
#endif