Documented that wxCriticalSection can be used before wxInitialize(), as a global object.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62778 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík
2009-12-05 09:05:45 +00:00
parent 51eb060619
commit 384a14ff32

View File

@@ -518,6 +518,10 @@ enum wxCriticalSectionType
@library{wxbase}
@category{threading}
@note Critical sections can be used before the wxWidgets library is fully
initialized. In particular, it's safe to create global
wxCriticalSection instances.
@see wxThread, wxCondition, wxCriticalSectionLocker
*/
class wxCriticalSection