reactos/dll
Timo Kreuzer 1b70ddd834 [KERNEL32] Improve path name handling
Fixes GCC 8 warning:
dll/win32/kernel32/client/loader.c: In function 'LoadLibraryA':
dll/win32/kernel32/client/loader.c:129:17: error: 'strncat' specified bound 13 equals source length [-Werror=stringop-overflow=]
                 strncat(PathBuffer, "\\twain_32.dll", 13);
                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2019-07-20 13:56:18 +02:00
..
3rdparty [LIBPNG] Update to version 1.6.37. CORE-16147 2019-06-27 12:52:12 +02:00
apisets [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
appcompat [ACGENRAL] Add a test shim 2019-05-01 19:22:19 +02:00
cpl [TRANSLATION] Add Portuguese (neutral) translation. (#1702) 2019-07-15 00:07:50 +02:00
directx [DSOUND_NEW] Add CMakeLists.txt + mostly fix gcc compilation 2019-06-30 20:06:36 +02:00
keyboard [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
nls [CMAKE] Use modules instead of shared libraries 2019-04-06 17:43:38 +02:00
np [NFS] Fix a typo in the precompiled header. 2019-04-28 01:42:52 +02:00
ntdll [LDR] Silence some debug logs when images overlap 2019-05-27 13:24:28 +02:00
opengl [GLU32] Fix indentation 2019-05-27 13:22:40 +02:00
shellext [NETSHELL] Improvements to the network setup (2a/x) 2019-06-20 22:08:39 +02:00
win32 [KERNEL32] Improve path name handling 2019-07-20 13:56:18 +02:00
CMakeLists.txt