ChangeSet ID: 10215909620715258382997526 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/05/16 18:16:02
Modified files: dlls/msvcrt : data.c dlls/ntdll : ntdll.spec include/wine : library.h library : loader.c memory : environ.c scheduler : process.c
Log message: Export global argc/argv variables from libwine and remove the __wine_get_main_args functions from ntdll.
Patch: http://cvs.winehq.com/patch.py?id=10215909620715258382997526
Revision Changes Path 1.16 +4 -6 wine/dlls/msvcrt/data.c 1.64 +0 -4 wine/dlls/ntdll/ntdll.spec 1.11 +4 -0 wine/include/wine/library.h 1.14 +5 -0 wine/library/loader.c 1.30 +37 -0 wine/memory/environ.c 1.180 +7 -60 wine/scheduler/process.c