Add posix thread backend to BulletMultiThreaded. Contributed by Enrico.

This commit is contained in:
john.mccutchan
2008-04-01 18:32:41 +00:00
parent 64df6edf39
commit ba27e0522b
13 changed files with 356 additions and 17 deletions

View File

@@ -1,7 +1,6 @@
#ifndef TYPE_DEFINITIONS_H
#define TYPE_DEFINITIONS_H
///This file provides some platform/compiler checks for common definitions
#ifdef WIN32
@@ -47,7 +46,7 @@ typedef union
#else
// posix system
#define USE_PTHREADS
#define USE_PTHREADS (1)
#ifdef USE_LIBSPE2
#include <stdio.h>