To harmonize, to save some bytes, and last but not least for security reasons.
This can be understood as an addendum to (#2619).
This commit is contained in:
Joachim Henze 2023-02-06 15:01:52 +01:00 committed by GitHub
parent 7ce58e177c
commit 09dde2cff9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
112 changed files with 121 additions and 121 deletions

View file

@ -546,8 +546,8 @@ UserGetDCEx(PWND Wnd OPTIONAL, HANDLE ClipRegion, ULONG Flags)
* Bump it up! This prevents the random errors in wine dce tests and with
* proper bits set in DCX_CACHECOMPAREMASK.
* Reference:
* http://www.reactos.org/archives/public/ros-dev/2008-July/010498.html
* http://www.reactos.org/archives/public/ros-dev/2008-July/010499.html
* https://reactos.org/archives/public/ros-dev/2008-July/010498.html
* https://reactos.org/archives/public/ros-dev/2008-July/010499.html
*/
RemoveEntryList(&Dce->List);
InsertHeadList(&LEDce, &Dce->List);

View file

@ -8,7 +8,7 @@
*
*
* Information:
* http://www.reactos.org/wiki/RegisterUserApiHook
* https://reactos.org/wiki/RegisterUserApiHook
*
*/