~aavoodoo/+junk/0.2.8-armagetronad-norenderer

« back to all changes in this revision

Viewing changes to src/tools/tToDo.cpp

  • Committer: epsy
  • Date: 2008-09-30 17:08:54 UTC
  • Revision ID: svn-v3-list-QlpoOTFBWSZTWZvbKhsAAAdRgAAQABK6798QIABURMgAAaeoNT1TxT1DQbKaeobXKiyAmlWT7Y5MkdJOtXDtB7w7DOGFBHiOBxaUIu7HQyyQSvxdyRThQkJvbKhs:7d95bf1e-0414-0410-9756-b78462a59f44:armagetronad%2Fbranches%2F0.2.8%2Farmagetronad:8588
Reverted epsy's revert
Will follow up with configure-disabling
------------------------------------------------------------------------
r8587 | bazaarmagetron | 2008-10-11 12:54:01 -0500 (Sat, 11 Oct 2008) | 2 lines

epsy: Removed luke's breaking changes, as they are breaking and have been given no attention in weeks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
32
32
#include <zthread/FastRecursiveMutex.h>
33
33
 
34
34
static ZThread::FastRecursiveMutex st_mutex;
 
35
#elif defined(HAVE_PTHREAD)
 
36
#include "pthread-binding.h"
 
37
static tPThreadRecursiveMutex st_mutex;
35
38
#else
36
39
class tMockMutex
37
40
{