reactos/dll/win32/comctl32
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 [COMCTL32] Pt.rc: Place accelerator FIXMEs 2024-04-18 01:53:20 +02:00
amd64_microsoft.windows.common-controls_6595b64144ccf1df_5.82.2600.2982_none_deadbeef.manifest
amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.2600.2982_none_deadbeef.manifest
animate.c
button.c [COMCTL32][USER32] RadioButton: Notify BN_CLICKED on WM_SETFOCUS (#6266) 2024-01-01 11:01:59 +09:00
CMakeLists.txt
combo.c [COMCTL32][USER32] ComboBox: Don't close listbox on letter type (#6227) 2024-01-03 08:45:24 +09:00
comboex.c
comctl32.h
comctl32.spec
comctl32_ros.diff
comctl32undoc.c
commctrl.c
datetime.c
dpa.c
draglist.c [REACTOS] Fix LoadCursorW() incorrect usage cases (#7053) 2024-07-01 18:05:46 +02:00
dsa.c
edit.c [REACTOS] Standardize <imm.h> and <immdev.h> (#6493) 2024-02-13 20:33:14 +09:00
flatsb.c
header.c [COMCTL32] Fix header redraw glitches when resizing (#6799) 2024-04-27 09:56:03 -06:00
hotkey.c
idb_hist_large.bmp
idb_hist_small.bmp
idb_std_large.bmp
idb_std_small.bmp
idb_view_large.bmp
idb_view_small.bmp
idc_copy.cur
idc_divider.cur
idc_divideropen.cur
idc_movebutton.cur
idi_dragarrow.ico
idi_tt_error_sm.ico
idi_tt_info_sm.ico
idi_tt_warn_sm.ico
idt_check.bmp
imagelist.c
ipaddress.c [COMCTL32] IP Address control: Fix background drawing (#6133) 2023-12-09 05:00:39 +09:00
listbox.c
listview.c [BROWSEUI][COMCTL32] Handle rename on other folders in Explorer bar tree (#6832) 2024-05-22 00:06:46 +02:00
monthcal.c
nativefont.c
pager.c
precomp.h Add missing OEMRESOURCE for using the OBM_, OIC_, OCR_ defines from winuser.h 2023-11-22 17:02:45 +01:00
progress.c
propsheet.c [COMCTL32] Property Sheet: Use PROPSHEET_IsDialogMessage in message loop (#6226) 2023-12-26 21:49:04 +09:00
rebar.c
resource.h
rsrc.rc
smoothscroll.c
static.c
status.c [COMCTL32] Fix Status Bar Updating (#6696) 2024-04-05 23:30:09 +02:00
string.c
stubs.c
syslink.c
tab.c [COMCTL32] Tab control: Use InvalidateRect in TAB_SetItemT update (#6154) 2023-12-12 06:27:46 +09:00
taskdialog.c
theme_scrollbar.c
theming.c
toolbar.c [REACTOS] Fix LoadCursorW() incorrect usage cases (#7053) 2024-07-01 18:05:46 +02:00
tooltips.c [COMCTL32] ToolTips: Don't set text on default LPSTR_TEXTCALLBACK (#6412) 2024-02-05 08:08:33 +09:00
trackbar.c
treeview.c [COMCTL32] TreeView: Fix selection display on checking checkbox (#6608) 2024-03-12 18:49:52 +09:00
updown.c
x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.2600.2982_none_deadbeef.manifest
x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.2600.2982_none_deadbeef.manifest