]> git.saurik.com Git - wxWidgets.git/blobdiff - docs/latex/wx/critsect.tex
Minor tweek for WXPM
[wxWidgets.git] / docs / latex / wx / critsect.tex
index 2bc984a0779ab92c896b9c459d10193b399327da..0851745cd818528e7cab78b85d899f900d62b672 100644 (file)
@@ -1,6 +1,6 @@
 \section{\class{wxCriticalSection}}\label{wxcriticalsection}
 
 \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
 \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.
 
 
 None.
 
+\wxheading{Include files}
+
+<wx/thread.h>
+
 \wxheading{See also}
 
 \helpref{wxThread}{wxthread}, \helpref{wxCondition}{wxcondition}, 
 \wxheading{See also}
 
 \helpref{wxThread}{wxthread}, \helpref{wxCondition}{wxcondition},