d3dx9_36: Add support for DIB file in D3DXGetImageInfoFromFileInMemory.
[wine] / dlls / ntdll / rtlbitmap.c
2012-08-14  Michael Stefaniucntdll: Avoid TRUE:FALSE conditional expressions.
2009-01-07  Aleksey Braginntdll: Fix buffer overread in RtlNumberOfSetBits.
2008-12-27  Aleksey Braginntdll: Fix memory corruption in RtlSetBits.
2008-11-28  Francois Gougetntdll: Remove WINAPI on static functions where not...
2006-10-18  Hans Leidekkerntdll: Win64 printf format warning fixes.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-09-13  Alexandre JulliardRemove the 'L' suffix on a number of constants to avoid...
2005-06-21  Mike McCormackDon't include winbase.h or winerror.h when not necessary.
2005-06-17  Mike McCormackUse HANDLE instead of HKEY in the NT API.
2005-02-25  Jon GriffithsDocumentation spelling fixes.
2004-12-17  Jon GriffithsRemove unneeded headers to reduce unneeded rebuilds.
2004-09-13  Jon GriffithsDocumentation updates.
2004-08-23  Francois GougetUpdate RTL_BITMAP and RTL_BITMAP_RUN to match the 2000...
2004-06-15  Eric PouechConst correctness.
2003-11-29  Alexandre JulliardFixed bitmap range checking to avoid integer overflows.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-05-13  Francois GougetFix miscellaneous spelling errors and typos.
2003-04-02  Andreas MohrSome spelling and formatting fixes.
2003-03-07  Alexandre JulliardRewrote RtlFind{Most,Least}SignificantBit in a more...
2003-02-18  Thomas Mertes- Fix small bug in RtlFindMostSignificantBit. It return...
2002-09-12  Patrik StridvallMoved all the content of the DDK files ntdef.h and...
2002-08-15  Jon GriffithsImplement and test rtl bitmap functions.