Changeset 1fbb3630d9fe60b0ff9255783bcfe083f60eec4c

Show
Ignore:
Timestamp:
03/01/07 12:25:36 (2 years ago)
Author:
Damien Fouilleul <damienf@videolan.org>
git-committer:
Damien Fouilleul <damienf@videolan.org> 1167823536 +0000
git-parent:

[2f65bd42d2c22389b33982d0c1b62afc790b7941]

git-author:
Damien Fouilleul <damienf@videolan.org> 1167823536 +0000
Message:

- extras/libc.c: fixed stack overflow due to infinite recursion in vlc_wopendir(). I really don't like system APIs remapping to vlc_... too bug prone

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/extras/libc.c

    r2f68055 r1fbb363  
    5353 
    5454#if defined(WIN32) || defined(UNDER_CE) 
     55#   undef _wopendir 
     56#   undef _wreaddir 
     57#   undef _wclosedir 
    5558#   define WIN32_LEAN_AND_MEAN 
    5659#   include <windows.h>