Blender Git Loki
Git Commits -> Revision 79e58e6
Revision 79e58e6 by Campbell Barton (master) March 30, 2006, 22:44 (GMT) |
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 |
Commit Details:
Full Hash: 79e58e66c2d3bfb9177d9161270563ccbd4fe1f0
SVN Revision: 7160
Parent Commit: e677cec
Lines Changed: +5, -0
1 Modified Path:
/source/blender/blenloader/intern/genfile.c (+5, -0) (Diff)