williamdeathsong / gamekit

Automatically exported from code.google.com/p/gamekit
0 stars 0 forks source link

vc++ build error on r577 #95

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
gkQuaternonToEulerNode.h/gkEulerToQuaternionNode.h:
Enum constants IN/OUT is defined on WinDef.h macro.

WinDef.h macro should be undefined or IN/OUT name will be changed.

Original issue reported on code.google.com by harkon...@gmail.com on 1 Sep 2010 at 3:35

Attachments:

GoogleCodeExporter commented 8 years ago
Thanks, for the report.
I changed them to EUL, QUAT, VEC, names over IN, OUT so we won't have to worry 
about macro definitions

Original comment by snailr...@gmail.com on 1 Sep 2010 at 11:15

GoogleCodeExporter commented 8 years ago
Ahh, sorry for introducing this. Thanks for the report and the fix.

Original comment by xavier.thomas.1980@gmail.com on 1 Sep 2010 at 1:37