reactos/dll/win32/msgina
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
..
lang [MSGINA] Update Romanian (ro-RO) translation (#6062) 2023-12-01 15:32:38 +01:00
resources 🎊 🍾 🥳 Happy New Year 2024 to the ReactOS Community! 🎆 ⚛️ ☢️ 2024-01-01 00:00:00 +01:00
CMakeLists.txt [CMAKE] Introduce the atl_classes interface library 2020-10-20 21:44:54 +02:00
dimmedwindow.cpp Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00
gui.c [WINLOGON][MSGINA] Add emergency restart and log off features (#5629) 2023-08-31 11:51:54 +02:00
lsa.c [MSGINA] Fix copying the TokenSource string 2019-07-20 13:56:18 +02:00
msgina.c [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02:00
msgina.h [MSGIINA] Make sure we do not leak bitmaps 2018-05-23 00:24:53 +02:00
msgina.rc [TRANSLATION] Update Hong Kong Chinese (zh-HK) translation - Part 2 (#4347) 2022-03-31 17:10:21 +03:00
msgina.spec [MSGINA] Improve exports for all stubbed functions (#3256) 2020-11-28 17:32:53 +03:00
resource.h [WINLOGON][MSGINA] Add emergency restart and log off features (#5629) 2023-08-31 11:51:54 +02:00
shutdown.c [REACTOS] Fix LoadCursorW() incorrect usage cases (#7053) 2024-07-01 18:05:46 +02:00
stubs.c [MSGINA] Close the LSA handle on shutdown 2018-05-22 17:31:20 +02:00
tui.c Git conversion: Make reactos the root directory, move rosapps, rostests, wallpapers into modules, and delete rossubsys. 2017-10-03 07:45:34 +00:00