Fix linux|mingw shared|static build

This commit is contained in:
xantares
2014-04-09 10:33:22 +00:00
parent aa76b88936
commit aafbf48130
12 changed files with 32 additions and 10 deletions

View File

@@ -54,7 +54,7 @@ b3GpuDynamicsWorld::~b3GpuDynamicsWorld()
}
#include <Windows.h>
#include <windows.h>
int b3GpuDynamicsWorld::stepSimulation( btScalar timeStepUnused, int maxSubStepsUnused, btScalar fixedTimeStep)
{