X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b82827dd43caa489eade15cc02edef7fb79e8c20..703f03c342e4fd0c7f5452831afaff67b4bfecc2:/docs/latex/wx/critsect.tex diff --git a/docs/latex/wx/critsect.tex b/docs/latex/wx/critsect.tex index 2bc984a077..0851745cd8 100644 --- a/docs/latex/wx/critsect.tex +++ b/docs/latex/wx/critsect.tex @@ -1,6 +1,6 @@ \section{\class{wxCriticalSection}}\label{wxcriticalsection} -A critical section object is used exactly for the same purpose as +A critical section object is used for the same exactly purpose as \helpref{mutexes}{wxMutex}. The only difference is that under Windows platform critical sections are only visible inside one process, while mutexes may be shared between processes, so using critical sections is slightly more @@ -18,6 +18,10 @@ possible instead of directly using wxCriticalSection for the same reasons None. +\wxheading{Include files} + + + \wxheading{See also} \helpref{wxThread}{wxthread}, \helpref{wxCondition}{wxcondition},