behdad / box2d

Automatically exported from code.google.com/p/box2d
2 stars 12 forks source link

Capitalized include breaks cross-compilation #248

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
It's currently not possible to cross-compile Box2D for Windows using MinGW from 
a Unix host system since b2Timer.cpp capitalizes "Windows.h" while it should be 
"windows.h".

Original issue reported on code.google.com by svenst...@gmail.com on 6 Oct 2011 at 10:56

GoogleCodeExporter commented 9 years ago
It is lower case.

Original comment by erinca...@gmail.com on 23 Oct 2011 at 4:54