Displaying 3 results from an estimated 3 matches for "bunicode".
Did you mean:
unicode
2001 Dec 08
1
LoadOEMResource crash [Was: Re: Problem report: SHRINKER.ERR, fix to DEVICE_Open/CreateFileA? ]
...by_nameW (dir=0x45f000, name=0xe,
root=0x45f000)
at pe_resource.c:115
#6 0x400934b4 in PE_FindResourceW (hmod=4194304, name=0x4074c30e, type=0xe)
at pe_resource.c:239
#7 0x40094083 in RES_FindResource2 (hModule=4194304, type=0xe "",
name=0x4074c30e "",
lang=0, bUnicode=1, bRet16=0) at resource.c:197
#8 0x40093f4d in RES_FindResource2 (hModule=182, type=0xe "",
name=0x4074c30e "", lang=0,
bUnicode=1, bRet16=0) at resource.c:171
#9 0x40094140 in RES_FindResource (hModule=182, type=0xe "",
name=0x4074c30e "", lang=0,...
2006 Oct 27
0
Wine release 0.9.24
...oolbar: Change the dwData from DWORD to DWORD_PTR.
comctl32: toolbar: Don't try to redraw buttons outside of the clipping rect.
comctl32: toolbar: Use nHotItem not nOldHit for the hot item in MouseLeave.
comctl32: toolbar: Test and improve TB_SETHOTITEM.
comctl32: rebar: bUnicode and NtfUnicode should be the same.
comctl32: header: Make all repaints pass through HEADER_Refresh.
comctl32: header: Test and improve the custom draw and owner draw code.
winetest: Don't start test programs with STARTUPINFO.wShowWindow = SW_HIDE.
user32: Don't creat...
2008 Jul 25
0
Wine release 1.1.2
...dwFlags includes RRF_RT_ANY.
Michael Stefaniuc (1):
msxml3: Remove redundant NULL check before HeapFree (Smatch).
Miko?aj Zalewski (16):
comctl32: statusbar: Window is always Unicode, CCM_SETUNICODEFORMAT should change the notify format.
comctl32: statusbar: Rename NtfUnicode to bUnicode to make is more consistent with other controls, use NF_REQUERY in WM_CREATE.
comctl32: statusbar: WM_CREATE should not resize the window - it should happen in WM_SIZE.
comctl32: statusbar: Don't issue a WM_PAINT during a WM_CREATE.
comctl32: statusbar: WM_SETFONT should change...