Sweden-Number/memory
Eric Pouech c962a6997c - in kernel32, replaced all {Enter|Leave}CriticalSection calls with
ntdll counterparts
- {Enter|Leave}CriticalSection is now a pure forward from kernel32 to
  ntdll (we now longer can use {Enter|Leave}CriticalSection in kernel32)
- replaced a few kernel32 heap management calls from ntdll, with
  RtlHeap* equivalents
2003-06-23 18:12:28 +00:00
..
codepage.c Added 'wine' prefix to libwine_unicode exports. 2003-03-21 21:30:51 +00:00
environ.c - fixed a couple of bugs in ntdll environment functions (one in trace, 2003-06-18 03:23:22 +00:00
global.c Fix some typos. 2003-06-04 20:29:05 +00:00
heap.c - in kernel32, replaced all {Enter|Leave}CriticalSection calls with 2003-06-23 18:12:28 +00:00
instr.c Moved system.dll implementation to dlls/kernel. 2003-05-20 17:50:59 +00:00
local.c Moved most local heap functions to dlls/kernel. 2003-05-16 20:15:26 +00:00
selector.c Moved LDT selector allocation routines to libwine. 2003-02-26 20:34:45 +00:00
string.c Move excpt.h out of include/msvcrt/ as it does not conflict with any 2002-12-12 23:34:01 +00:00
virtual.c Define NONAMELESS{STRUCT,UNION} explicitly in the files that need them. 2003-01-07 20:36:20 +00:00