Blender Git Loki
Git Commits -> Revision 7d2a62e
Revision 7d2a62e by Bastien Montagne (master) September 29, 2015, 17:54 (GMT) |
Fix T46299: Windows: File Browser Crash while listing big folders in preview mode (fonts, images...). Windows-only bug, mmap & co are not threadsafe by default on this platform, so we have to add a dedicated spinlock for them in win32. Note that we may try to get rid of those mmap later, but not for 2.76! To be backported to final 2.76... |
Commit Details:
Full Hash: 7d2a62ef65e075d10ac57aaf170f5c08e2e5b267
Parent Commit: 2eb0c99
Lines Changed: +49, -0