mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 05:01:03 +00:00
[WINHLP32] Sync with Wine 3.0. CORE-14225
This commit is contained in:
parent
502927fd0e
commit
9a9ebc0e93
2 changed files with 2 additions and 2 deletions
|
@ -1648,7 +1648,7 @@ int PASCAL WinMain(HINSTANCE hInstance, HINSTANCE prev, LPSTR cmdline, int show)
|
|||
|
||||
option = *cmdline;
|
||||
if (option) cmdline++;
|
||||
while (*cmdline && *cmdline == ' ') cmdline++;
|
||||
while (*cmdline == ' ') cmdline++;
|
||||
switch (option)
|
||||
{
|
||||
case 'i':
|
||||
|
|
|
@ -238,7 +238,7 @@ reactos/base/applications/extrac32 # Synced to WineStaging-2.9
|
|||
reactos/base/applications/iexplore # Synced to WineStaging-2.9
|
||||
reactos/base/applications/notepad # Forked at Wine-20041201
|
||||
reactos/base/applications/regedit # Out of sync
|
||||
reactos/base/applications/winhlp32 # Synced to WineStaging-1.9.16
|
||||
reactos/base/applications/winhlp32 # Synced to Wine-3.0
|
||||
reactos/base/applications/wordpad # Synced to WineStaging-1.9.16
|
||||
reactos/base/applications/write # Synced to WineStaging-2.9
|
||||
reactos/base/services/rpcss # Synced to WineStaging-1.9.16
|
||||
|
|
Loading…
Reference in a new issue