Sweden-Number/dlls/kernel32/tests
Jon Doron be25d225ad kernel32: Make GetEnvironmentStringsW returns a copy of the environment.
There are certain applications which try to traverse the environement
being returned, but this is problematic since they cannot acquire the
PEB Lock (i.e cl.exe on Visual Studio 14.15) .

Signed-off-by: Jon Doron <arilou@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2019-03-20 08:57:33 +01:00
..
Makefile.in
actctx.c
atom.c
change.c kernel32/tests: Use GetTempFileName() instead of hardcoding directory names. 2019-02-28 21:37:30 +01:00
codepage.c kernel32/tests: Test partially overlapping buffers for MultiByteToWideChar. 2019-01-24 17:33:38 +01:00
comm.c
console.c
debugger.c
directory.c kernel32: CreateDirectory shouldn't return ERROR_ACCESS_DENIED for the root of the drive. 2018-12-28 17:42:23 +01:00
drive.c
dummy.c
dummy.spec
environ.c kernel32: Make GetEnvironmentStringsW returns a copy of the environment. 2019-03-20 08:57:33 +01:00
fiber.c
file.c ntdll: Pass async parameter to add_fd_completion server call. 2019-02-21 16:07:07 +01:00
format_msg.c
generated.c
heap.c
loader.c kernel32/tests: Add a test to check some fields in fake dlls. 2019-02-18 21:11:17 +01:00
locale.c libwine: get_sortkey to return consistent length with and without dstlen. 2019-03-05 20:42:41 +01:00
mailslot.c
module.c ntdll: Directly try to open the dll file instead of checking for existence first. 2019-02-11 11:52:00 +01:00
path.c
pipe.c kernel32/tests: A spelling fix in a win_skip() message. 2019-03-18 10:11:27 +01:00
process.c kernel32: Allow double quote style escape in argv. 2019-03-04 13:13:29 +01:00
profile.c kernel32/tests: Fix a memory leak (Valgrind). 2019-01-23 18:23:42 +01:00
resource.c
resource.rc
sync.c
thread.c kernel32/tests: Fix typos in ok() messages. 2018-11-29 15:55:17 +01:00
time.c
timer.c
toolhelp.c
version.c
virtual.c kernel32/tests: Show that PAGE_WRITECOPY permission changes only on modified pages. 2019-03-05 21:22:15 +01:00
volume.c