SahelFllh / opencollada

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

Windows system check improvement #116

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The attached patch improves the check on Windows systems for TR1 extensions.

Instead of using plain #ifndef WIN32, use #ifndef COLLADABU_OS_WIN, so both 
Win32 and Win64 get properly recognised here.

Patch is against r769

Original issue reported on code.google.com by nathan.letwory on 1 Oct 2010 at 5:41

Attachments:

GoogleCodeExporter commented 9 years ago
Thanks for providing this patch. It has been applied in rev. 770.

Original comment by opencollada2@googlemail.com on 4 Oct 2010 at 6:46