..
class.c
Moved private USER definitions to a new user_private.h header, and
2004-12-08 18:06:14 +00:00
clipboard.c
Add comment about CLIPBOARD_SetClipboardOwner.
2005-01-03 14:47:33 +00:00
cursoricon.c
Do not check for non NULL pointer before HeapFree'ing it. It's
2004-12-23 17:06:43 +00:00
dce.c
Moved private USER definitions to a new user_private.h header, and
2004-12-08 18:06:14 +00:00
defdlg.c
Changed winproc allocation to be based only on the procedure address,
2004-11-24 18:43:18 +00:00
defwnd.c
Do not check for non NULL pointer before HeapFree'ing it. It's
2004-12-23 17:06:43 +00:00
dialog.c
If a dialog with the DS_CONTROL style is not visible then ignore
2004-12-21 16:01:50 +00:00
driver.c
Get rid of the WINE_UNUSED macro.
2004-09-01 17:36:04 +00:00
input.c
Moved private USER definitions to a new user_private.h header, and
2004-12-08 18:06:14 +00:00
mdi.c
Do not check for non NULL pointer before HeapFree'ing it. It's
2004-12-23 17:06:43 +00:00
message.c
The WM_MOUSEWHEEL message is specified to have absolute screen
2004-12-22 17:20:36 +00:00
msgbox.c
MessageBoxIndirectA() should check whether the MB_USERICON bit is set
2004-12-14 11:47:46 +00:00
multimon.c
Fixed wrong Unicode string syntax in GetMonitorInfoW.
2004-06-23 00:12:03 +00:00
nonclient.c
Remove a few no longer needed 16-bit exports from gdi32.
2004-12-09 11:51:21 +00:00
queue.c
Moved private USER definitions to a new user_private.h header, and
2004-12-08 18:06:14 +00:00
rect.c
Fixed header dependencies to be fully compatible with the Windows
2003-09-05 23:08:26 +00:00
scroll.c
Moved private USER definitions to a new user_private.h header, and
2004-12-08 18:06:14 +00:00
spy.c
Moved private USER definitions to a new user_private.h header, and
2004-12-08 18:06:14 +00:00
syscolor.c
Moved private USER definitions to a new user_private.h header, and
2004-12-08 18:06:14 +00:00
user.c
- If given the EWX_FORCE flag, ExitWindowsEx() should not send the
2005-01-03 16:57:02 +00:00
win.c
Do not check for non NULL pointer before HeapFree'ing it. It's
2004-12-23 17:06:43 +00:00
winhelp.c
Fixed header dependencies to be fully compatible with the Windows
2003-09-05 23:08:26 +00:00
winpos.c
Moved private USER definitions to a new user_private.h header, and
2004-12-08 18:06:14 +00:00
winproc.c
Do not check for non NULL pointer before HeapFree'ing it. It's
2004-12-23 17:06:43 +00:00