Commits on Source (63)
-
-
-
-
-
-
-
-
-
-
-
-
-
This is already the default for all Mac binaries targeting 10.7 or later.
-
-
-
-
Xcode 15.3 adds a new linker flag ('-no_huge') which allows the loader to use zero-fill sections to reserve the areas currently being reserved by the preloader. This means the preloader is no longer needed (a good thing, since it's heavily dependent on private APIs). The preloader will still be used when Xcode <15.3 is being used, or when building for i386 (32-bit for 10.14 and earlier).
-
Alexandre Julliard authored
-
Alexandre Julliard authored
It will need custom handling on ARM64EC.
-
Alexandre Julliard authored
-
Alexandre Julliard authored
-
-
Synchronous NT_ERROR conditions should not touch the IOSB or signal completion.
-
We should never fill the IOSB or signal completion for NT_ERROR conditions.
-
We should never fill the IOSB or signal completion for NT_ERROR conditions.
-
-
The new tests revealed only one case where too-small buffers were not already being handled correctly.
-
-
Before writing to it, it may have been marked as noaccess before in free_shared_object.
-
Based on a patch by Huw Davies.
-
Based on a patch by Huw Davies.
-
-
Based on a patch by Huw Davies.
-
Based on a patch by Huw Davies.
-
Based on a patch by Huw Davies.
-
Based on a patch by Huw Davies.
-
Signed-off-by:
Eric Pouech <epouech@codeweavers.com>
-
Signed-off-by:
Eric Pouech <epouech@codeweavers.com>
-
Use that return code for WCMD_exit() and WCMD_goto(). Signed-off-by:
Eric Pouech <epouech@codeweavers.com>
-
Signed-off-by:
Eric Pouech <epouech@codeweavers.com>
-
Signed-off-by:
Eric Pouech <epouech@codeweavers.com>
-
We need to look at the Setup key for the driver, as it can be different compare to the actually driver. For example, mysql uses the same Setup file to configure both the Ascii/Unicode vession but has a different file for the actual ODBC functions.
-
-
-
-
-
-
-
-
Thereby also handling completion and APCs.
-
Thereby also handling completion and APCs.
-
Thereby also handling completion and APCs.
-
-
Real-world app testing reveals that parameter isn't used as a pointer (so change it to an integer).
-
Additional tests reveal that RTL_QUERY_REGISTRY_DIRECT does work with non-string default values, it just requires a pointer to the value and it doesn't infer the size automatically. That means that the same code can be used to handle both default and non-default values.
-
-
-
-
-
Showing
- configure 51 additions, 15 deletionsconfigure
- configure.ac 21 additions, 15 deletionsconfigure.ac
- dlls/apisetschema/apisetschema.spec 1 addition, 0 deletionsdlls/apisetschema/apisetschema.spec
- dlls/bcp47langs/Makefile.in 2 additions, 0 deletionsdlls/bcp47langs/Makefile.in
- dlls/bcp47langs/bcp47langs.spec 71 additions, 0 deletionsdlls/bcp47langs/bcp47langs.spec
- dlls/kernel32/kernel32.spec 1 addition, 0 deletionsdlls/kernel32/kernel32.spec
- dlls/kernel32/tests/resource.c 293 additions, 0 deletionsdlls/kernel32/tests/resource.c
- dlls/kernelbase/locale.c 211 additions, 5 deletionsdlls/kernelbase/locale.c
- dlls/mmdevapi/client.c 136 additions, 106 deletionsdlls/mmdevapi/client.c
- dlls/ntdll/ntdll.spec 5 additions, 6 deletionsdlls/ntdll/ntdll.spec
- dlls/ntdll/reg.c 53 additions, 55 deletionsdlls/ntdll/reg.c
- dlls/ntdll/rtl.c 22 additions, 677 deletionsdlls/ntdll/rtl.c
- dlls/ntdll/rtlstr.c 605 additions, 0 deletionsdlls/ntdll/rtlstr.c
- dlls/ntdll/signal_arm.c 19 additions, 0 deletionsdlls/ntdll/signal_arm.c
- dlls/ntdll/signal_arm64.c 40 additions, 0 deletionsdlls/ntdll/signal_arm64.c
- dlls/ntdll/signal_arm64ec.c 21 additions, 1 deletiondlls/ntdll/signal_arm64ec.c
- dlls/ntdll/signal_i386.c 19 additions, 0 deletionsdlls/ntdll/signal_i386.c
- dlls/ntdll/signal_x86_64.c 20 additions, 0 deletionsdlls/ntdll/signal_x86_64.c
- dlls/ntdll/tests/reg.c 103 additions, 32 deletionsdlls/ntdll/tests/reg.c
- dlls/ntdll/unix/cdrom.c 7 additions, 18 deletionsdlls/ntdll/unix/cdrom.c
dlls/bcp47langs/Makefile.in
0 → 100644
dlls/bcp47langs/bcp47langs.spec
0 → 100644
This diff is collapsed.