Fix updated glew for Windows

This commit is contained in:
Jack Andersen
2017-02-24 21:58:09 -10:00
parent 0cc794f49d
commit 8bcac27c10
4 changed files with 6 additions and 2 deletions

View File

@@ -362,6 +362,7 @@ public:
int clientReturn = 0;
std::thread clientThread([&]()
{
logvisor::RegisterThreadName("Boo Client Thread");
CoInitializeEx(nullptr, COINIT_MULTITHREADED | COINIT_DISABLE_OLE1DDE);
clientReturn = m_callback.appMain(this);
PostThreadMessage(g_mainThreadId, WM_USER+1, 0, 0);