fix some issues with Linux compatibility,
see Issue 409
This commit is contained in:
@@ -24,9 +24,10 @@ void SampleThreadFunc(void* userPtr,void* lsMemory);
|
||||
void* SamplelsMemoryFunc();
|
||||
|
||||
#include <stdio.h>
|
||||
#include "BulletMultiThreaded/PlatformDefinitions.h"
|
||||
|
||||
|
||||
#ifdef __APPLE__
|
||||
#ifdef USE_PTHREADS
|
||||
//#ifdef __APPLE__
|
||||
#include "BulletMultiThreaded/PosixThreadSupport.h"
|
||||
|
||||
btThreadSupportInterface* createThreadSupport(int numThreads)
|
||||
|
||||
Reference in New Issue
Block a user