[Bf-committers] fix export File.cpp for VC++6

Hiroshi Saito bf-committers@blender.org
Tue, 27 Jan 2004 15:07:30 +0900


Hi there,

export_File.cpp has got a small problem with VC++6.
('M_1_PI'  in not defined in VC++6 .)

It requires;
#ifndef  M_1_PI
#define M_1_PI  0.318309886183790671538   
#endif

Cheers
---
Hiroshi Saito