Revert the setting of SingleThreaded under Windows in suggestBestThreadingModel()

This commit is contained in:
Robert Osfield
2007-06-06 17:01:37 +00:00
parent 8500995ffd
commit 3f7ffb088e

View File

@@ -1043,10 +1043,12 @@ Viewer::ThreadingModel Viewer::suggestBestThreadingModel()
if (contexts.empty()) return SingleThreaded;
#if 0
#ifdef _WIN32
// temporary hack to disable multi-threading under Windows till we find good solutions for
// crashes that users are seeing.
return SingleThreaded;
#endif
#endif
Cameras cameras;