[CHKDSK][VFATLIB] Chkdsk improve code (#8857) CORE-20546 Avoid second "lseek" if we do not have "use_read" and do not need to do read alignment. [DH] sdk/lib/fslib/vfatlib/check/io.c
[CHKDSK][VFATLIB] Fix assert when in read-only mode alternate method (#8842) CORE-20539 Move an "assert" added by Pierre Schweitzer in [b0b7df](https://github.com/reactos/reactos/commit/b0bf7df). Relocate his added "assert" inside an "if (FsCheckFlags & FSCHECK_IMMEDIATE_WRITE)". This avoids some asserts when running in read-only mode. Co-authored-by: Hermès BÉLUSCA - MAÏTO [DH] sdk/lib/fslib/vfatlib/check/fat.c [DH] sdk/lib/fslib/vfatlib/check/io.c
[DHCPSVC][PSDK][IDL] Add the DhcpAcquireParametersByBroadcast stub and remove the DhcpQueryHWInfo function [DH] base/services/dhcpcsvc/dhcp/api.c [DH] base/services/dhcpcsvc/dhcpcsvc.c [DH] base/services/dhcpcsvc/dhcpcsvc.spec [DH] sdk/include/psdk/dhcpcapi.h [DH] sdk/include/reactos/idl/dhcpcsvc.idl