Applying Gus's Windows fix

actorid
Jason Hooks 13 years ago
parent 9126bb27b6
commit 0992f1e903

@ -45,6 +45,7 @@ bool RenderingManager::getPhysicsDebugRendering() const{
void RenderingManager::update (float duration){
}
void RenderingManager::skyEnable ()
{

@ -30,7 +30,7 @@
#include <components/files/linuxpath.hpp>
namespace Files { typedef LinuxPath TargetPathType; }
#elif defined(__WIN32) || defined(__WINDOWS__)
#elif defined(__WIN32) || defined(__WINDOWS__) || defined (_WINDOWS)
#include <components/files/windowspath.hpp>
namespace Files { typedef WindowsPath TargetPathType; }

Loading…
Cancel
Save