Logging: Remove mutex for OutputDebugString
authorKai Koehne <kai.koehne@nokia.com>
Tue, 28 Aug 2012 07:22:06 +0000 (09:22 +0200)
committerQt by Nokia <qt-info@nokia.com>
Thu, 30 Aug 2012 04:22:45 +0000 (06:22 +0200)
commitf7de5b09234e7dd735d91a7b332d841ca6c6fe53
treea94396da220e59228c2632538d8d22285d5177fc
parent7cea395d1f4b1e875cc14930e56a6ea2dea0c9a7
Logging: Remove mutex for OutputDebugString

OutputDebugString seems indeed to be thread safe, at least according
to http://www.unixwiz.net/techtips/outputdebugstring.html . I also didn't
manage to run into any deadlocks on Windows 7 ...

The comment + code was already there (in qcoreapplication_win.cpp) in
the first git commit that imported Qt.

Change-Id: I442e22575558958ef21ab8c6b4cc8b03aee906b2
Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>
src/corelib/global/qlogging.cpp
src/testlib/qplaintestlogger.cpp