Sweden-Number/dlls/kernel32
Carlos Rivera 00a0e2cd8c kernel32/tests: Change file name to avoid collision with other tests.
Entries in IniFileMapping are persisted in Windows until the next
reboot, even if removed from the registry. This made the
function test_registry_mapping to cause other tests
that accessed the actual winetest.ini file to fail if the
profile test was run more than once on Windows without rebooting.

Signed-off-by: Carlos Rivera <carlos@superkaos.org>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2020-09-01 20:56:44 +02:00
..
nls kernel32/nls: Add LOCALE_IGEOID to all locales. 2019-11-18 22:15:20 +01:00
tests kernel32/tests: Change file name to avoid collision with other tests. 2020-09-01 20:56:44 +02:00
Makefile.in kernel32: Remove string.c. 2020-05-27 00:14:10 +02:00
atom.c
comm.c kernel32: Avoid using tolowerW/toupperW(). 2020-04-01 10:28:01 +02:00
computername.c kernel32: Use the Get/SetComputerName functions from kernelbase. 2019-12-12 23:17:05 +01:00
console.c kernelbase: Move KERNEL32_CONSOLE_ALLOC handling to kernelbase. 2020-08-31 21:41:07 +02:00
console_private.h kernel32: Use IOCTL_CONDRV_GET_INPUT_INFO in CONSOLE_GetNumHistoryEntries. 2020-08-14 22:02:04 +02:00
debugger.c kernel32: Use set_ntstatus() in more places. 2020-05-26 13:10:34 +02:00
editline.c kernel32: Use IOCTL_CONDRV_GET_INPUT_INFO in CONSOLE_GetNumHistoryEntries. 2020-08-14 22:02:04 +02:00
file.c kernel32: FILE_SetDosError() is not used anymore so remove it. 2020-07-17 23:16:51 +02:00
heap.c ntdll: Fix RtlSizeHeap() error value for 64-bit. 2020-07-15 16:33:02 +02:00
kernel32.spec kernel32: Remove the no longer used __wine_start_process() function. 2020-09-01 16:41:03 +02:00
kernel_main.c kernelbase: Move KERNEL32_CONSOLE_ALLOC handling to kernelbase. 2020-08-31 21:41:07 +02:00
kernel_private.h kernelbase: Move KERNEL32_CONSOLE_ALLOC handling to kernelbase. 2020-08-31 21:41:07 +02:00
lcformat.c kernel32: Remove time.c. 2020-05-27 00:14:06 +02:00
locale.c kernel32: Remove time.c. 2020-05-27 00:14:06 +02:00
locale_rc.rc
lzexpand.c kernel32/lzexpand: Fix uninitialized read in read_header. 2020-01-27 16:29:39 +01:00
module.c kernel32: Move the psapi functions to kernelbase. 2020-05-06 16:24:24 +02:00
path.c ntdll: Allocate the buffer in the caller for wine_unix_to_nt_file_name(). 2020-07-09 15:34:00 +02:00
powermgnt.c kernel32: Use set_ntstatus() in more places. 2020-05-26 13:10:34 +02:00
process.c kernel32: Remove the no longer used __wine_start_process() function. 2020-09-01 16:41:03 +02:00
profile.c kernel32: Free the right variable (Coverity). 2020-08-24 22:14:44 +02:00
resource.c
sync.c kernel32: Import FreeConsole from kernelbase. 2020-07-01 20:33:07 +02:00
tape.c
term.c kernel32: Use standard dlopen() instead of the libwine wrappers. 2020-04-06 21:21:41 +02:00
thread.c ntdll: Call the thread entry point through BaseThreadInitThunk(). 2020-09-01 16:41:03 +02:00
toolhelp.c kernel32: Zero initialize module data in fetch_module(). 2020-07-22 22:16:05 +02:00
version.c kernel32: Move some stub functions to kernelbase. 2020-05-05 20:53:02 +02:00
version.rc kernel32: Update version to win7. 2019-12-19 16:20:39 +01:00
virtual.c kernel32: Remove string.c. 2020-05-27 00:14:10 +02:00
volume.c kernel32: Move volume functions to kernelbase. 2020-05-05 20:53:02 +02:00
winerror.mc kernel32: Add string for E_NOTIMPL error. 2020-08-25 19:31:43 +02:00