OGRECave / ogre-procedural

procedural geometry for Ogre3D
https://ogrecave.github.io/ogre-procedural/
MIT License
40 stars 15 forks source link

Missing headers for Visual Studio build #151

Closed KonradNoTantoo closed 4 years ago

KonradNoTantoo commented 4 years ago

Building master against Ogre 1.12.5 on Visual Studio fails. Errors appear because of undefined symbols, e.g. _MAXPATH and POINT

(Example log here: https://ci.appveyor.com/project/KonradNoTantoo/ogre-procedural-conan/build/job/ox92dpey3fcfbi9t?fullLog=true)

I suppose the root cause is Ogre removing inclusions of windows.h and windef.h from their own headers at some recent point.

PR incoming, unless someone points out I'm missing a build step.