widl: Print large enum constants in hex.
[wine] / dlls / ntdll / env.c
2012-06-06  AndrĂ© Hentschelntdll: Add stub for NtQuerySystemEnvironmentValueEx.
2009-10-08  Austin Englishntdll: Add a stub for NtQuerySystemEnvironmentValue.
2008-11-19  Ricardo Filipentdll: Fixed dead store (llvm/clang).
2008-03-01  Alexandre JulliardGet rid of the global thread.h header.
2007-07-13  Damjan Jovanovicntdll: Use the win16 current directory for win16 processes.
2007-06-26  Andrew Talbotntdll: Constify some variables.
2006-09-20  Andrew Talbotntdll: Cast-qual warning fix.
2006-05-23  Jonathan ErnstUpdate the address of the Free Software Foundation.
2005-11-28  Ge van GeldorpMatch PSDK STATUS_* definitions.
2005-09-12  Alexandre JulliardUse SIZE_T instead of ULONG for the size arguments...
2005-07-10  Detlef RiekenbergFixed traces.
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.
2004-11-29  Alexandre JulliardFixed RtlExpandEnvironmentStrings_U to not depend on...
2004-10-25  Eric Pouech- fixed the way length of msvcrt runtime info is passed
2004-10-11  Robert ShearmanFix NtAllocateVirtualMemory declaration and fix users...
2004-09-08  Eric Pouech- ctrl-c enabling flag is now inherited
2004-05-05  Alexandre JulliardFixed RtlSetEnvironmentVariable to deal properly with...
2004-04-16  Alexandre JulliardRtlSetCurrentDirectory_U: store a handle to the current...
2004-03-12  Alexandre JulliardGet rid of ntdll_get_process_heap and ntdll_get_process...
2003-10-08  Alexandre JulliardMoved build_command_line back to kernel and make it...
2003-10-04  Alexandre JulliardConverted process creation to Unicode.
2003-10-04  Alexandre JulliardImplemented RtlCreateProcessParameters and related...
2003-09-30  Alexandre JulliardStore module names in Unicode in the server.
2003-09-05  Alexandre JulliardFixed header dependencies to be fully compatible with...
2003-07-09  Mike McCormackNull parameters need to be quoted on the commandline.
2003-06-18  Eric Pouech- fixed a couple of bugs in ntdll environment functions...
2003-05-13  Eric PouechImplemented RtlExpandEnvironmentStrings_U and fixed...
2003-05-08  Eric PouechImplemented a bunch of environment related NTDLL APIs.