Sweden-Number/memory
Dmitry Timoshkov 0072c88111 Implement NTDLL.towupper and NTDLL.towlower using already existing
case conversion tables. Replace all direct calls to towupper/towlower
either to NTDLL for core or to CRTDLL if latter already used in the
non core dll.
2000-06-08 20:05:18 +00:00
..
.cvsignore Initial revision 1998-10-04 18:02:24 +00:00
Makefile.in Include instruction emulation in Winelib. 1999-06-18 18:29:04 +00:00
atom.c Removed a few unnecessary includes. 2000-06-08 04:57:58 +00:00
environ.c Exec a separate wine binary for every win32 process so that they run 2000-05-29 21:25:10 +00:00
global.c GlobalReAlloc returns 0 on failure. 2000-04-13 15:57:06 +00:00
heap.c HeapFree on a NULL ptr should return TRUE. 2000-05-23 01:12:41 +00:00
instr.c Delay loading of interrupt table functions until they are needed. 2000-06-03 04:52:14 +00:00
ldt.c Optimized debugging API to reduce code size. 2000-02-10 22:15:21 +00:00
local.c Added/fixed some documentation reported by winapi_check. 2000-03-28 20:22:59 +00:00
selector.c Updated support for Solaris/Sparc architecture. 2000-06-04 01:48:05 +00:00
string.c Implement NTDLL.towupper and NTDLL.towlower using already existing 2000-06-08 20:05:18 +00:00
virtual.c Use exception handling to implement the IsBad* functions. 2000-05-01 21:23:02 +00:00