FreeRDP/libfreerdp/common
akallabeth 16cec716e0
[strtok] replace function with strtok_s
Since strtok is not thread safe replace it with strtok_s (WinPR wrapper
around strtok_r for systems not supporting the ISO function names)
2024-09-13 21:19:17 +02:00
..
test [warnings] disable warnings for generated code 2024-08-28 09:18:30 +02:00
addin.c [function pointer] use macro for GetProcAddress 2024-09-04 21:31:48 +02:00
assistance.c [strtok] replace function with strtok_s 2024-09-13 21:19:17 +02:00
CMakeLists.txt [settings] update generated settings helper 2023-11-24 14:54:56 +01:00
settings_getters.c [warnings] fix clang-tidy issues in libfreerdp 2024-08-29 15:34:22 +02:00
settings_str.c [common,settings] fix pointer copy 2023-11-28 16:25:11 +01:00
settings_str.h [settings] Added SurfaceCommandsSupported setting 2024-07-24 21:54:39 +02:00
settings.c [compiler] add WINPR_ATTR_MALLOC 2024-09-12 20:09:22 +02:00