Sweden-Number/dlls/kernel
Dimi Paun bac5f4603d Use the standard Local*16() instead of LOCAL_*() functions. 2005-05-16 14:07:52 +00:00
..
messages Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +00:00
nls Ukrainian codepage 21866 added and respective files corrected. Two 2005-01-19 20:59:31 +00:00
tests Assorted spelling fixes. 2005-05-06 15:44:31 +00:00
.cvsignore Added rules to build import libraries in the individual dll makefiles. 2005-05-07 12:39:52 +00:00
Makefile.in Added rules for building import libraries in the individual dll 2005-05-09 14:42:30 +00:00
actctx.c Set last error value to ERROR_CALL_NOT_IMPLEMENTED in QueryActCtxW() 2004-06-14 16:59:19 +00:00
atom.c - changed ATOM support in wineserver to match NTDLL needs 2005-05-10 15:15:50 +00:00
atom16.c Janitorial: Get rid of strncpy/strncpyW. 2005-03-28 14:17:51 +00:00
change.c Stub implementation for ReadDirectoryChangesW. 2005-01-31 16:23:31 +00:00
comm.c Fix for CommConfigDialog*() hwnd argument. 2005-05-09 19:32:33 +00:00
comm.drv.spec Renamed comm.dll, display.dll, keyboard.dll and mouse.dll to use the 2003-09-27 02:32:53 +00:00
computername.c Return a computername constructed from the hostname. 2005-03-30 17:04:55 +00:00
console.c In AllocConsole() pass the wShowWindow value and STARTF_USESHOWWINDOW 2005-04-14 11:30:09 +00:00
console_private.h Set the edition mode as a specific attribute, not an extension of the 2003-01-09 06:01:32 +00:00
cpu.c NtQueryPerformanceCounter should return a frequency of 1193182Hz and 2005-02-23 20:29:17 +00:00
debugger.c Improve documentation for debugger functions. 2004-08-26 18:22:17 +00:00
dosmem.c Moved DOS memory handling to winedos. 2005-05-10 15:22:09 +00:00
editline.c Documentation spelling fixes. 2005-02-25 14:07:56 +00:00
environ.c Do not check for non NULL pointer before HeapFree'ing it. It's 2004-12-23 17:06:43 +00:00
error16.c Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
except.c Match RaiseException and EXCEPTION_RECORD to SDK definitions. 2005-02-24 13:15:36 +00:00
fiber.c Porting fixes. 2003-11-27 00:59:36 +00:00
file.c Implement mailslots. 2005-03-30 19:02:15 +00:00
file16.c Do not check for non NULL pointer before HeapFree'ing it. It's 2004-12-23 17:06:43 +00:00
format_msg.c Get rid of HeapAlloc casts. 2005-03-24 21:01:35 +00:00
global16.c Moved DOS memory handling to winedos. 2005-05-10 15:22:09 +00:00
heap.c Converted all the kernel32 register functions to the 2005-05-07 18:25:51 +00:00
instr.c Moved DOS memory handling to winedos. 2005-05-10 15:22:09 +00:00
kernel.rc Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +00:00
kernel32.spec Make LOCAL_*() just wrappers around Local*16() functions. 2005-05-14 12:18:15 +00:00
kernel_main.c Store the 16-bit stack pointer in the WOW32Reserved TEB field. 2005-05-14 12:16:46 +00:00
kernel_private.h Moved DOS memory handling to winedos. 2005-05-10 15:22:09 +00:00
krnl386.exe.spec Converted all the kernel32 register functions to the 2005-05-07 18:25:51 +00:00
lcformat.c Change UTF-8 name back to ISO-8859-1. 2005-01-27 10:41:40 +00:00
local16.c Use the standard Local*16() instead of LOCAL_*() functions. 2005-05-16 14:07:52 +00:00
locale.c Stub implementation for GetGeoInfo. 2005-05-11 12:57:50 +00:00
locale_rc.rc Fix the case of product and company names. 2003-09-08 19:38:45 +00:00
module.c Fixed a typo. 2004-12-17 19:01:22 +00:00
ne_module.c Moved data structures for 16-bit relay calls to winbase16.h and 2005-05-16 09:19:18 +00:00
ne_segment.c Moved data structures for 16-bit relay calls to winbase16.h and 2005-05-16 09:19:18 +00:00
oldconfig.c Fix nativeapi.pm so it knows about AC_HEADER_STAT(). 2005-05-06 16:22:54 +00:00
path.c CopyFile needs to retain timestamp. 2005-03-01 10:42:22 +00:00
powermgnt.c Remove unneeded headers to reduce unneeded rebuilds. 2004-12-15 10:54:44 +00:00
process.c Move all the old config conversion code to a new oldconfig.c file, and 2005-04-20 15:43:36 +00:00
profile.c Assorted spelling fixes. 2005-05-06 15:44:31 +00:00
pthread.c Don't use constructors for ntdll and kernel32 initialization. 2004-01-07 04:50:11 +00:00
registry16.c Added some missing prototypes. 2004-05-18 20:43:29 +00:00
relay16.c Moved data structures for 16-bit relay calls to winbase16.h and 2005-05-16 09:19:18 +00:00
resource.c Do not check for non NULL pointer before HeapFree'ing it. It's 2005-01-03 14:56:42 +00:00
resource16.c Get rid of HeapAlloc casts. 2005-03-24 21:01:35 +00:00
selector.c Get rid of include/miscemu.h. 2005-05-10 16:01:38 +00:00
snoop16.c Moved data structures for 16-bit relay calls to winbase16.h and 2005-05-16 09:19:18 +00:00
stress.c Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
stress.spec Made some more spec file entries optional or unnecessary. 2002-06-21 19:15:45 +00:00
string.c Make lstr* functions inline inside Wine. 2005-02-22 15:50:13 +00:00
sync.c Implemented SignalObjectAndWait. 2005-04-24 17:36:34 +00:00
syslevel.c Remove the win32 debug channel, misc cleanup of debugging code. 2004-02-26 05:30:54 +00:00
system.c Store the 16-bit stack pointer in the WOW32Reserved TEB field. 2005-05-14 12:16:46 +00:00
system.drv.spec Remove the obsolete pascal16 (replaced by pascal -ret16). 2003-09-26 04:32:19 +00:00
tape.c Fixed header dependencies to be fully compatible with the Windows 2003-09-05 23:08:26 +00:00
task.c Store the 16-bit stack pointer in the WOW32Reserved TEB field. 2005-05-14 12:16:46 +00:00
thread.c Implementation stub for QueueUserWorkItem. 2005-02-21 21:02:12 +00:00
thunk.c Store the 16-bit stack pointer in the WOW32Reserved TEB field. 2005-05-14 12:16:46 +00:00
time.c Documentation spelling fixes. 2005-02-25 14:07:56 +00:00
toolhelp.c Get rid of HeapAlloc casts. 2005-03-24 21:01:35 +00:00
toolhelp.h Store the kernel32 module handle globally to avoid some 2004-02-12 00:00:55 +00:00
toolhelp.spec Remove the obsolete pascal16 (replaced by pascal -ret16). 2003-09-26 04:32:19 +00:00
utthunk.c Remove unneeded headers to reduce unneeded rebuilds. 2004-12-15 10:54:44 +00:00
version.c GetModuleFileName[AW] doesn't terminate the string if the buffer is 2004-05-19 03:22:55 +00:00
version.rc Bump version number to XP SP2. 2005-05-04 09:47:13 +00:00
version16.rc Added LGPL standard comment, and copyright notices where necessary. 2002-03-09 23:29:33 +00:00
virtual.c Don't fault on NULL pointers in Is*Ptr functions. 2005-03-25 16:38:50 +00:00
volume.c Assorted spelling fixes. 2005-05-06 15:44:31 +00:00
vxd.c Converted all the kernel32 register functions to the 2005-05-07 18:25:51 +00:00
win87em.c Moved a number of DOS definitions out of the global headers and into 2003-11-15 00:13:20 +00:00
win87em.spec Remove the obsolete pascal16 (replaced by pascal -ret16). 2003-09-26 04:32:19 +00:00
windebug.c Moved a number of DOS definitions out of the global headers and into 2003-11-15 00:13:20 +00:00
windebug.spec Made some more spec file entries optional or unnecessary. 2002-06-21 19:15:45 +00:00
wowthunk.c Store the 16-bit stack pointer in the WOW32Reserved TEB field. 2005-05-14 12:16:46 +00:00