#include "rtl.h" -> #include <rtl.h>
[reactos.git] / reactos / lib / rtl / bitmap.c
2005-07-26 Filip Navara#include "rtl.h" -> #include <rtl.h>
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-08 Alex IonescuMake rtl use a single header. Helps for PCH and will...
2005-05-01 Martin Fuchsmerge ROS Shell without integrated explorer part into...
2005-04-10 Casper HornstrupMerge 13831:14550 from trunk
2005-04-08 Casper HornstrupCopy riched20
2005-04-08 Casper HornstrupCopy makefile
2005-03-17 Aleksey BraginOne more assert added, but unfortunately it isn't trigg...
2005-03-16 Aleksey BraginIvan Semenoff <ivans77@mail.ru>
2005-02-12 Casper HornstrupBranch setupapi
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2005-01-06 Martin Fuchsmigrate substitution keywords to SVN
2004-09-25 Filip Navara- Fix RtlFindClearBits to correctly treat the hint.
2004-09-25 Filip Navara- Fix implementation of RtlFindSetBits to be able to...
2004-09-25 Filip Navara- Remove the incorrect ALIGN macro (missing "* (align...
2004-09-25 Art YerkesChanged functions RtlClearAllBits and RtlSetAllBits...
2004-08-10 Eric KohlMove bitmap functions to the shared rtl library.