Return OLE automation build value as win2k by default.
[wine] / dlls / user / painting.c
2005-01-28  Alexandre JulliardFixed bug that caused the whole window to be repainted...
2005-01-11  Alexandre JulliardDesktop window is repainted on WM_ERASEBKGND, it must...
2005-01-04  Alexandre JulliardUse the DC origin to map coordinates in ExcludeUpdateRg...
2004-12-08  Rein KlazesGetUpdateRect can be called with a NULL rect.
2004-12-07  Alexandre JulliardMoved update region handling to the server.
2004-10-30  Alexandre JulliardGet rid of the WIN_NEEDS_BEGINPAINT flag, Windows will...
2004-10-07  Alexandre JulliardOnly send WM_PAINTICON and WM_ICONERASEBKGND to 16...
2004-09-02  Alexandre JulliardGetUpdateRect should return TRUE even if only the non...
2004-08-26  Alexandre JulliardGetUpdateRgn should clip the returned region to the...
2003-11-26  Steven EdwardsPorting fixes.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-05-11  Dmitry TimoshkovFix the logic for setting the lps->fErase flag in Begin...
2003-04-30  Dmitry TimoshkovProtect BeginPaint and EndPaint from lps being NULL.
2003-01-08  Dan KegelChange RECT to use LONG to match win32 standard headers...
2002-11-22  Alexandre JulliardMade user compile with -DSTRICT.
2002-11-22  Alexandre JulliardMoved some more 16-bit functions to user16.c.
2002-03-09  Alexandre JulliardAdded LGPL standard comment, and copyright notices...
2001-12-13  Alexandre JulliardStarted rewrite of painting functions for multiple...