mirror of
https://github.com/reactos/reactos.git
synced 2026-09-13 21:29:18 +08:00
a3d5eb47e0ece7e4eca4de948ef4c0dbc2d214bb
- Fix the msvcrt exception (because vlc first calls _getmainargs. This function sets the __argc to 1. Afterwards vlc calls again __wgetmainargs where __argc is now one. When entering the function _wadd, it doesnot allocate the __wargv because __argc is 1. Therefore it crashes). See issue #821 for more details. svn path=/trunk/; revision=29531
Languages
C
86.5%
C++
10.6%
Python
0.8%
Assembly
0.5%
CMake
0.5%
Other
0.8%