Changeset 1fbb3630d9fe60b0ff9255783bcfe083f60eec4c
- 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
| r2f68055 |
r1fbb363 |
|
| 53 | 53 | |
|---|
| 54 | 54 | #if defined(WIN32) || defined(UNDER_CE) |
|---|
| | 55 | # undef _wopendir |
|---|
| | 56 | # undef _wreaddir |
|---|
| | 57 | # undef _wclosedir |
|---|
| 55 | 58 | # define WIN32_LEAN_AND_MEAN |
|---|
| 56 | 59 | # include <windows.h> |
|---|