• Show log

    Commit

  • Hash : e97179b6
    Author : Ramsay Jones
    Date : 2010-01-13T20:01:11

    win32: Add a 'git__' prefix to the directory reading routines
    
    This reduces the global namespace pollution and allows for
    a win32 compiler (eg. Open Watcom) to provide these routines
    in a header other than <dirent.h> (eg in <io.h>).
    
    Signed-off-by: Ramsay Jones <ramsay@ramsay1.demon.co.uk>