Update catch

This commit is contained in:
Dr. Chat 2017-05-11 17:55:41 -05:00
parent 7e9d63e33d
commit 599f21d5c6
2 changed files with 3 additions and 1 deletions

2
third_party/catch vendored

@ -1 +1 @@
Subproject commit 7424b23bfb4423fd1213141633844f09faaff8bc
Subproject commit a0ada2e935324db5c951571c52c9b07307ea422f

View File

@ -40,6 +40,8 @@ int Main(int argc, char* argv[]) {
} // namespace xe
#if _WIN32
#include "xenia/base/platform_win.h"
extern "C" int main(int argc, wchar_t* argv[]) {
// Setup COM on the main thread.
// NOTE: this may fail if COM has already been initialized - that's OK.