Fix debugging on Windows 8.1

This commit is contained in:
Cameron Gutman
2014-08-30 16:22:00 -07:00
parent a7aabe0ea6
commit cff7ec1d10
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ struct thread_context {
void* context;
};
#if defined(LC_WINDOWS_PHONE)
#if defined(LC_WINDOWS_PHONE) || defined(LC_WINDOWS)
WCHAR DbgBuf[512];
#endif