mirror of
https://github.com/OpenTTD/OpenTTD
synced 2026-01-16 00:42:45 +01:00
(svn r22405) -Document: some more "random-ish" tidbits
This commit is contained in:
@@ -106,8 +106,8 @@ private:
|
||||
*/
|
||||
class ThreadMutex_Win32 : public ThreadMutex {
|
||||
private:
|
||||
CRITICAL_SECTION critical_section;
|
||||
HANDLE event;
|
||||
CRITICAL_SECTION critical_section; ///< The critical section we would enter.
|
||||
HANDLE event; ///< Event for signalling.
|
||||
|
||||
public:
|
||||
ThreadMutex_Win32()
|
||||
|
||||
Reference in New Issue
Block a user