.. |
nls
|
kernel32/nls: Updated LOCALE_SENGLANGUAGE for multiple Chinese variants to match Win7's behavior.
|
2013-07-22 17:16:04 +02:00 |
tests
|
Assorted spelling fixes.
|
2013-12-03 19:41:53 +01:00 |
Makefile.in
|
makefiles: Remove the no longer needed EXTRASUBDIRS variables.
|
2013-11-09 22:10:52 +01:00 |
actctx.c
|
kernel32: Forward ZombifyActCtx() to ntdll.
|
2013-09-03 16:58:16 +02:00 |
atom.c
|
kernel32: Avoid TRUE:FALSE conditional expressions.
|
2012-07-31 12:36:54 +02:00 |
change.c
|
kernel32: Add support for completion routine invocation in ReadDirectoryChangesW.
|
2010-12-16 11:50:09 +01:00 |
comm.c
|
kernel32: Add a trace to ClearCommError.
|
2013-08-26 10:51:14 +02:00 |
computername.c
|
kernel32: Added missing break (Coverity).
|
2011-03-28 17:12:26 +02:00 |
console.c
|
kernel32: Use BOOL type where appropriate.
|
2013-10-24 10:49:11 +02:00 |
console_private.h
|
kernel32: Mark more internal symbols as invisible.
|
2011-04-22 12:59:23 +02:00 |
cpu.c
|
kernel32: Retrieve the system info from ntdll on startup.
|
2013-01-09 12:15:22 +01:00 |
debugger.c
|
kernel32: Avoid signed-unsigned integer comparisons.
|
2013-02-12 10:17:08 +01:00 |
editline.c
|
kernel32: Remove a useless error message.
|
2011-02-16 14:26:26 +01:00 |
environ.c
|
kernel32: Use BOOL type where appropriate.
|
2013-10-24 10:49:11 +02:00 |
except.c
|
kernel32: Use BOOL type where appropriate.
|
2013-10-24 10:49:11 +02:00 |
fiber.c
|
kernel32: Fix return value of FlsFree.
|
2010-03-22 15:53:42 +01:00 |
file.c
|
kernel32: Give the non-wildcard case a chance of succeeding first time around.
|
2013-12-04 21:19:04 +01:00 |
format_msg.c
|
kernel32: FormatMessage precision arguments are integers.
|
2013-06-24 23:11:02 +02:00 |
heap.c
|
kernel32: Don't move fixed memory area in GlobalReAlloc.
|
2013-06-03 11:29:55 +02:00 |
kernel32.spec
|
ntdll: Implement LdrResolveDelayLoadedAPI.
|
2013-11-12 12:58:03 +01:00 |
kernel_main.c
|
kernel32: Fetch the system information only once the memory limits are correct.
|
2013-04-04 13:28:45 +02:00 |
kernel_private.h
|
kernel32: Determine the module architecture for all binary types.
|
2013-11-22 12:25:30 +01:00 |
lcformat.c
|
kernel32: Implement CAL_RETURN_NUMBER in EnumCalendarInfo*.
|
2013-05-21 12:12:49 +02:00 |
locale.c
|
kernel32: Use ANSI code page if current thread locale has no code page.
|
2013-11-08 16:29:43 +01:00 |
locale_rc.rc
|
Use the official Microsoft definitions for Gaelic languages.
|
2013-06-19 20:09:51 +02:00 |
lzexpand.c
|
dlls: Assorted spelling fixes.
|
2011-08-02 20:47:51 +02:00 |
module.c
|
kernel32: Add more LoadLibraryEx() flags defines and mark them as unsupported.
|
2013-11-25 15:15:52 +01:00 |
nameprep.c
|
make_unicode: Create tables with data needed by nameprep algorithm.
|
2012-04-26 19:41:28 +02:00 |
oldconfig.c
|
kernel32: Scan for SCSI scanners and printers.
|
2012-09-03 15:50:09 +02:00 |
path.c
|
kernel32: Add special case for "." and ".." to GetLongPathName.
|
2013-10-30 09:43:40 +01:00 |
powermgnt.c
|
kernel32: Remove dead code and old comment.
|
2010-11-04 11:47:16 +01:00 |
process.c
|
kernel32: Validate the architecture of newly created processes on the server side.
|
2013-11-22 12:32:48 +01:00 |
profile.c
|
kernel32: Use BOOL type where appropriate.
|
2013-11-25 15:15:53 +01:00 |
resource.c
|
include: Make IMAGE_RESOURCE_DIRECTORY_ENTRY match PSDK definition.
|
2013-04-29 13:33:54 +02:00 |
string.c
|
kernel32: Move the k32 kernel32->user32 helpers to thunk.c.
|
2009-10-08 11:12:21 +02:00 |
sync.c
|
kernel32: Use BOOL type where appropriate.
|
2013-10-24 10:49:11 +02:00 |
tape.c
|
…
|
|
term.c
|
kernel32: No need for WINE_ prefixed debug output macros.
|
2012-01-11 17:47:23 +01:00 |
thread.c
|
ntdll: Add stubs for the SRW lock functions.
|
2013-09-03 16:58:19 +02:00 |
time.c
|
kernel32: Use BOOL type where appropriate.
|
2013-10-24 10:49:11 +02:00 |
toolhelp.c
|
kernel32: Avoid TRUE:FALSE conditional expressions.
|
2012-07-31 12:36:54 +02:00 |
version.c
|
kernel32: Add stub for GetCurrentPackageId.
|
2013-02-20 10:33:28 +01:00 |
version.rc
|
…
|
|
virtual.c
|
kernel32: Retrieve the system info from ntdll on startup.
|
2013-01-09 12:15:22 +01:00 |
volume.c
|
kernel32: Fix parameters checking for GetVolumePathName().
|
2013-09-09 22:09:59 +02:00 |
wer.c
|
kernel32: Added WerRegisterMemoryBlock stub.
|
2012-07-30 17:13:34 +02:00 |
winerror.mc
|
kernel32: Avoid an unneeded abbreviation in an error message.
|
2013-11-05 20:38:20 +01:00 |