]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/thread.h
Implement wx-prefixed macros versions of DECLARE/IMPLEMENT*CLASS macros.
[wxWidgets.git] / interface / wx / thread.h
index 89eccc0b1329e5e3c8127ea456d0557a14bf9b76..328879c901a8cea3018c917f51a0ea9e5a7b2456 100644 (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