1
0
mirror of https://github.com/wine-mirror/wine synced 2024-06-29 06:14:34 +00:00
wine/dlls/kernelbase
2024-06-21 22:59:40 +02:00
..
tests kernelbase/tests: Fix typo in tests. 2024-06-10 21:25:07 +02:00
console.c kernelbase: Don't inherit all the handles in conhost.exe. 2023-11-07 20:55:08 +01:00
debug.c kernelbase: Do not start the debugger if SEM_NOGPFAULTERRORBOX is set. 2024-04-25 12:57:58 +02:00
file.c kernelbase: Preprocess wildcarded mask and pass it with NtQueryDirectoryFile(). 2024-06-07 09:08:03 +02:00
kernelbase.h kernelbase: Remove DECLSPEC_HIDDEN usage. 2023-07-12 10:55:10 +02:00
kernelbase.rc
kernelbase.rgs nls: Update locale data to CLDR version 45. 2024-05-04 09:56:23 +02:00
kernelbase.spec kernelbase: Implement CopyFile2(). 2024-02-20 10:42:57 +01:00
loader.c kernelbase: Implement the GetProcAddress wrapper on ARM64EC. 2024-06-07 11:04:10 +02:00
locale.c kernelbase: Add GetFileMUIInfo implementation. 2024-06-21 22:59:40 +02:00
main.c kernelbase: Remove no longer needed DllMainCRTStartup function. 2024-03-14 18:41:42 +01:00
Makefile.in makefiles: Always use the global SOURCES variable for .mc files. 2023-10-12 10:50:42 +02:00
memory.c kernelbase: Don't use WRITECOPY protection on anonymous mappings. 2024-06-19 21:01:47 +02:00
path.c kernelbase: Use scheme_is_opaque() in UrlIs(). 2024-02-13 22:37:50 +01:00
process.c kernelbase: Send cross process notifications in FlushInstructionCache on ARM64. 2024-06-18 21:17:11 +02:00
registry.c advapi32: Check NULL return key pointers when creating registry keys. 2024-03-04 22:50:25 +01:00
security.c include: Move RTL functions that belong in ntddk.h from winternl.h to ntddk.h. 2023-09-27 11:17:47 +02:00
string.c kernelbase: Put 0 to output string even for 1 char buffer in LoadStringW(). 2023-11-09 14:38:32 +01:00
sync.c kernelbase: Implement WaitForDebugEventEx(). 2023-08-22 10:39:18 +02:00
thread.c kernel32: Move Wow64Get/SetThreadContext implementation to kernelbase. 2024-02-06 16:36:19 +01:00
version.c ntdll: Bump current build number to 19043 (Win10 2009). 2023-10-31 17:04:57 +01:00
volume.c kernelbase: Open object with DELETE access for NtMakeTemporaryObject(). 2024-03-21 22:19:58 +01:00
winerror.mc kernel32: Add string for WSAEADDRNOTAVAIL error. 2024-01-25 21:00:06 +01:00