reactos/dll/cpl
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
..
access [ACCESS] Improve Portuguese (pt-PT) translation (#7028) 2024-06-25 12:48:35 +00:00
appwiz [CPL] Update Portuguese (pt-PT) translation (#6718) 2024-06-13 18:26:25 +03:00
console [REACTOS] Fix LoadCursorW() incorrect usage cases (#7053) 2024-07-01 18:05:46 +02:00
desk [TRANSLATION] Improve Italian (it-IT) translation (#6820) 2024-06-10 13:45:00 +03:00
hdwwiz [CPL] Update Portuguese (pt-PT) translation (#6718) 2024-06-13 18:26:25 +03:00
hotplug [CPL] Update Portuguese (pt-PT) translation (#6718) 2024-06-13 18:26:25 +03:00
inetcpl [CPL] Update Portuguese (pt-PT) translation (#6718) 2024-06-13 18:26:25 +03:00
input [INPUT] Update Portuguese (pt-PT) translation (#7032) 2024-06-17 19:20:14 +03:00
intl
joy [JOY] Improve Portuguese (pt-PT) translation (#7027) 2024-06-25 12:44:32 +00:00
liccpa
main [TRANSLATION] Improve Italian (it-IT) translation (#6820) 2024-06-10 13:45:00 +03:00
mmsys [TRANSLATION] Improve Simplified Chinese (zh-CN) translation (#6804) 2024-06-13 16:36:41 +03:00
ncpa [NCPA] DisplayApplet: Add file browser fallback 2024-06-14 02:14:10 +07:00
odbccp32
openglcfg
powercfg
sysdm [TRANSLATION] Improve Italian (it-IT) translation (#6820) 2024-06-10 13:45:00 +03:00
telephon
timedate [TRANSLATION] Improve Italian (it-IT) translation (#6820) 2024-06-10 13:45:00 +03:00
usrmgr
wined3dcfg
CMakeLists.txt