.. |
nls
|
kernel32: Add Japanese system error messages.
|
2009-09-15 16:41:25 -05:00 |
tests
|
kernel32: Check parameter of CheckRemoteDebuggerPresent with tests.
|
2009-09-28 12:37:28 +02:00 |
actctx.c
|
|
|
atom16.c
|
|
|
atom.c
|
|
|
change.c
|
|
|
comm.c
|
kernel32: Use explicit prototypes for function pointers.
|
2009-09-09 13:12:28 +02:00 |
computername.c
|
|
|
console_private.h
|
|
|
console.c
|
kernel32: Handle the case where wineconsole isn't properly started.
|
2009-08-29 17:11:39 +02:00 |
cpu.c
|
kernel32: Add missing stdarg.h include.
|
2009-09-23 12:33:25 +02:00 |
debugger.c
|
kernel32: Check parameter of CheckRemoteDebuggerPresent with tests.
|
2009-09-28 12:37:28 +02:00 |
dosmem.c
|
winedos: Always run the BIOS tick timer.
|
2009-09-28 19:55:39 +02:00 |
editline.c
|
kernel32: Completely get rid of ENHANCED_KEY entry in the keymap.
|
2009-04-29 15:50:25 +02:00 |
environ.c
|
|
|
error16.c
|
|
|
except.c
|
kernel32: Avoid unprotected sprintf on registry/user-supplied format string.
|
2009-07-01 11:43:03 +02:00 |
fiber.c
|
|
|
file16.c
|
kernel32: Implement GetShortPathName16.
|
2009-02-23 12:19:29 +01:00 |
file.c
|
kernel32: Implement CancelIoEx.
|
2009-08-18 12:29:33 +02:00 |
format_msg.c
|
kernel32: Fix handling of %ws format for Unicode.
|
2009-06-08 18:13:13 +02:00 |
global16.c
|
kernel32: Moved MemManInfo16 to toolhelp16.c.
|
2009-09-28 19:57:28 +02:00 |
heap.c
|
kernel32: Fix the HGLOBAL header size for 64-bit.
|
2009-06-18 15:17:26 +02:00 |
instr.c
|
winedos: Always run the BIOS tick timer.
|
2009-09-28 19:55:39 +02:00 |
kernel16_private.h
|
|
|
kernel16.c
|
kernel32: Moved ToolHelpHook16 to kernel16.c, it's not a toolhelp function.
|
2009-09-28 19:57:56 +02:00 |
kernel32.spec
|
kernel32: Implement CancelIoEx.
|
2009-08-18 12:29:33 +02:00 |
kernel_main.c
|
ntdll: Moved CPU related registry key creation from kernel32 to ntdll.
|
2009-09-22 16:54:14 +02:00 |
kernel_private.h
|
winedos: Always run the BIOS tick timer.
|
2009-09-28 19:55:39 +02:00 |
krnl386.exe.spec
|
kernel32: Implement GetShortPathName16.
|
2009-02-23 12:19:29 +01:00 |
lcformat.c
|
|
|
local16.c
|
kernel32: Remove superfluous pointer casts.
|
2009-03-11 13:03:31 +01:00 |
locale_rc.rc
|
|
|
locale.c
|
kernel32: sLanguage is LOCALE_SABBREVLANGNAME.
|
2009-08-25 15:08:23 +02:00 |
lzexpand.c
|
|
|
Makefile.in
|
kernel32: Make system.drv into a stand-alone 16-bit module.
|
2009-09-28 19:56:10 +02:00 |
module.c
|
kernel32: Add a 64-bit flag to the MODULE_GetBinaryType return value.
|
2009-08-12 17:04:38 +02:00 |
ne_module.c
|
kernel32: Try to load a 32-bit builtin in WinExec16 if the file doesn't exist.
|
2009-07-21 12:22:01 +02:00 |
ne_segment.c
|
|
|
oldconfig.c
|
kernel32: Remove superfluous pointer casts.
|
2009-03-11 13:03:31 +01:00 |
path.c
|
kernel32: Add implementation of GetSystemWow64DirectoryA/W.
|
2009-07-07 11:42:03 +02:00 |
powermgnt.c
|
kernel32: Improve the GetSystemPowerStatus stub.
|
2009-05-28 15:28:24 +02:00 |
process.c
|
ntdll: Route the process startup through the platform-specific thread startup code.
|
2009-08-29 11:24:44 +02:00 |
profile.c
|
kernel32: Fix creation of empty sections in ini files.
|
2009-04-02 16:28:30 +02:00 |
registry16.c
|
|
|
relay16.c
|
kernel32: Add call frame annotations in x86 assembly code.
|
2009-06-25 12:05:09 +02:00 |
resource16.c
|
|
|
resource.c
|
kernel32: Cope with an empty resource section in UpdateResource.
|
2009-09-24 13:10:39 +02:00 |
selector.c
|
kernel32: Add appropriate stdcall decorations to assembly functions.
|
2009-06-15 13:42:26 +02:00 |
snoop16.c
|
|
|
string.c
|
user32: Convert wvsprintfA/W to use an MS ABI vararg list for x86_64.
|
2008-12-31 20:59:33 +01:00 |
sync.c
|
kernel32: Add appropriate stdcall decorations to assembly functions.
|
2009-06-15 13:42:26 +02:00 |
syslevel.c
|
|
|
tape.c
|
|
|
task.c
|
kernel32: Remove superfluous pointer casts.
|
2009-03-11 13:03:31 +01:00 |
thread.c
|
kernel32: Fix the GetThreadPriorityBoost return value.
|
2009-08-29 16:48:54 +02:00 |
thunk.c
|
kernel32: Add appropriate stdcall decorations to assembly functions.
|
2009-06-15 13:42:26 +02:00 |
time.c
|
ntdll: The large integer functions are 32-bit only.
|
2009-08-24 15:17:33 +02:00 |
toolhelp16.c
|
kernel32: Moved ToolHelpHook16 to kernel16.c, it's not a toolhelp function.
|
2009-09-28 19:57:56 +02:00 |
toolhelp.c
|
kernel32: Remove superfluous pointer casts.
|
2009-03-11 13:03:31 +01:00 |
toolhelp.h
|
|
|
toolhelp.spec
|
|
|
utthunk.c
|
kernel32: #ifdef out some code that is not needed on non-i386.
|
2009-01-07 11:10:16 +01:00 |
version16.rc
|
|
|
version.c
|
|
|
version.rc
|
|
|
virtual.c
|
ntdll: Tweak the file mapping permission checks some more, with tests.
|
2009-05-19 21:36:05 +02:00 |
volume.c
|
kernel32: Fetch more information from the DosDevices directory for QueryDosDevice.
|
2009-07-24 11:01:41 +02:00 |
vxd.c
|
kernel32: Change the DEFINE_REGS_ENTRYPOINT macro to use a number of args instead of a size.
|
2009-01-06 12:49:38 +01:00 |
wowthunk.c
|
kernel32: Moved the 16-bit WOW thunk routines to thunk.c.
|
2009-01-06 20:28:08 +01:00 |