Blender Git Commit Log
Git Commits -> Revision 7ade814
Revision 7ade814 by Andrea Weikert (master) November 19, 2007, 20:13 (GMT) |
Bugfix #7510: Doesn't save .blend file name with [ * Added Windows specific implementation for fnmatch taken from GNU/MINGW/MSYS C library * behaviour should now be the same as under Linux and other OSs * changed filename for fnmatch.h to ensure we include the correct one if we link with the included implementation * tested compile with MSVC 7.1 and gcc(MinGW-5.1.3) on Windows. |
Commit Details:
Full Hash: 7ade8141416097a6682f8f2f284148e002f10966
SVN Revision: 12628
Parent Commit: a92173d
Lines Changed: +333, -3
2 Added Paths:
/source/blender/blenlib/BLI_fnmatch.h (+69, -0) (View)
/source/blender/blenlib/intern/fnmatch.c (+250, -0) (View)
/source/blender/blenlib/intern/fnmatch.c (+250, -0) (View)