[Bf-blender-cvs] CVS commit: blender/source/blender/blenloader/intern genfile.c

Campbell Barton cbarton at metavr.com
Fri Mar 31 00:44:34 CEST 2006


campbellbarton (Campbell Barton) 2006/03/31 00:44:34 CEST

  Modified files:
    blender/source/blender/blenloader/intern genfile.c 
  
  Log:
  FREE_WINDOWS was declaring a typedef for __int64. __int64 was alredy defined.
  so WIngws' GCC was seeing it as
  typedef long long long long... and not compiling.
  
  Added an ifndef around this decleration. safe solution. but probably remove the typedef entirely.
  
  - Cam
  
  Revision  Changes    Path
  1.9       +6 -1      blender/source/blender/blenloader/intern/genfile.c
    <http://projects.blender.org/viewcvs/viewcvs.cgi/blender/source/blender/blenloader/intern/genfile.c.diff?r1=1.8&r2=1.9&cvsroot=bf-blender>



More information about the Bf-blender-cvs mailing list