- NDK fix: don't undef a million status codes, instead, have apps define WIN32_NO_STATUS.
[reactos.git] / reactos / lib / rtl / process.c
2005-10-19 Alex Ionescu- NDK fix: don't undef a million status codes, instead...
2005-10-02 Emanuele AlibertiAdd stub for RtlSetProcessIsCritical.
2005-09-22 Thomas Bluemelsome Nt vs. Zw fixes; these functions shouldn't be...
2005-09-08 Alex Ionescu- Part one of major RTL cleanup. Merge duplicated code...
2005-07-26 Filip Navara#include "rtl.h" -> #include <rtl.h>
2005-07-12 Alex IonescuSecond part of patch, implements the new RTL functions...
2005-07-12 Alex IonescuPartial patch of larger rosrtl removal patch. This...
2005-07-05 Thomas Bluemelfix code that depends on GCC's void* pointer arithmetic...
2005-07-04 Thomas Bluemelsome %x -> %p fixes
2005-05-14 Casper HornstrupMerge 14981:15268 from trunk
2005-05-13 Casper HornstrupCopy w32api from trunk
2005-05-09 Steven Edwardsstrip whitespace from end of lines
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-04-05 Steven Edwardsremove the use of windows.h in some places where it...
2005-04-02 Gunnar Dalsnes-move rtl thread/process stuff from ntdll to rtl and...