reactos/win32ss/user/winsrv/consrv/frontends
Oleg Dubinskiy 1a1025011f
[REACTOS] Fix LoadCursorW() incorrect usage cases (#7053)
Fix wrong MAKEINTRESOURCEW() macro usage cases in LoadCursorW() system-wide.
MSDN documentation for this function states we need to use MAKEINTRESOURCEW() macro only for internal application-defined cursors (loaded from the app instance specified by hInstance parameter), but not for system-defined cursors (those begin with IDC_* prefix), in case when hInstance is NULL.
So get rid from MAKEINTRESOURCEW() macro usage for all cases when hInstance parameter is NULL. And on the contrary, when hInstance is valid and points to the application instance, then use it for the resource identifier.
2024-07-01 18:05:46 +02:00
..
gui [REACTOS] Fix LoadCursorW() incorrect usage cases (#7053) 2024-07-01 18:05:46 +02:00
tui [CONSRV] Trivially implement TuiSetCodePage(). CORE-17601 2022-01-15 17:41:36 +01:00
frontends.rc
input.c [CONSRV] Less hardcoded magic values. 2020-12-27 00:52:01 +01:00
terminal.c [CONSRV] Stub out support for terminal-level changing of output code page. 2022-01-15 17:41:34 +01:00
wcwidth.c [CONSRV] wcwidth.c: Fix out-of-range comparisons Clang warnings for wchar_t's, that are only 2 bytes long on NT. (#3619) 2021-05-05 17:24:13 +02:00