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
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.