use static functions instead of static variables for critical sections to avoid crash...
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 17 Mar 2008 21:09:02 +0000 (21:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 17 Mar 2008 21:09:02 +0000 (21:09 +0000)
commit766aecab3a30f6038477943790bf34e0ab91e286
tree2f55a5a5806faf10f020c5bdfd330fcf0106cc23
parent5cfb6fee91e8c440a45181de8bfa5f9d14b03735
use static functions instead of static variables for critical sections to avoid crashing if a log function using a CS is called during static objects initialization

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@52594 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
include/wx/log.h
src/common/log.cpp