-
194ada75
by Alexandre Julliard at 2024-11-14T11:52:26+01:00
rundll32: Don't bother cleaning up at process exit.
-
c20bf255
by Alexandre Julliard at 2024-11-14T11:53:03+01:00
rundll32: Use crt allocation functions.
-
5c597119
by Alexandre Julliard at 2024-11-14T11:54:35+01:00
rundll32: Rewrite command line parsing.
Windows doesn't do any fancy unescaping.
-
9f8ef439
by Alexandre Julliard at 2024-11-14T21:56:33+01:00
rundll32: Restart itself if the dll is for a different architecture.
Based on the corresponding code in regsvr32.
-
6d1df55b
by Alexandre Julliard at 2024-11-14T21:56:33+01:00
ntdll: Always return 0 length on failure in SystemFirmwareTableInformation.
-
8e244258
by Alexandre Julliard at 2024-11-14T21:56:33+01:00
ntdll/tests: Fix a test failure on 64-bit Windows.