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 [INTL] Update Romanian (ro-RO) translation (#6455) 2024-02-11 23:12:31 +01:00
joy [JOY] Improve Portuguese (pt-PT) translation (#7027) 2024-06-25 12:44:32 +00:00
liccpa [TRANSLATION] Update and fix Bulgarian (bg-BG) translation (#5581) 2023-12-21 18:09:34 +01:00
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 [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
openglcfg [TRANSLATION] Update Spanish (es-ES) translation (#6449) 2024-03-24 12:30:56 +03:00
powercfg [POWERCFG] Update Romanian (ro-RO) translation (#5934) 2023-11-13 10:53:03 +01:00
sysdm [TRANSLATION] Improve Italian (it-IT) translation (#6820) 2024-06-10 13:45:00 +03:00
telephon [REACTOS] "http://www.reactos" -> "https://reactos" (#5043) 2023-02-06 17:01:52 +03:00
timedate [TRANSLATION] Improve Italian (it-IT) translation (#6820) 2024-06-10 13:45:00 +03:00
usrmgr [USRMGR] Get text correctly even if length is zero (#5543) 2023-08-07 22:55:49 +09:00
wined3dcfg [REACTOS] "http://www.reactos" -> "https://reactos" (#5043) 2023-02-06 17:01:52 +03:00
CMakeLists.txt [HOTPLUG] Enable the hotplug.cpl and add the 'Safely Remove Hardware' dialog 2020-03-30 00:38:33 +02:00