FreeRDP/winpr/libwinpr/crt
David Fort 77413f49b2 winpr: rework alignment functions
_align_XXX functions aren't widely available depending on the C runtime. That causes
problems with mingw where we can easily have some runtime mixes (which lead to mysterious
segfaults most of the time). This patch introduce winpr_aligned_XXX functions that will
either use the function available, or use an emulation layer.
2022-05-12 11:36:01 +02:00
..
test winpr: rework alignment functions 2022-05-12 11:36:01 +02:00
alignment.c winpr: rework alignment functions 2022-05-12 11:36:01 +02:00
buffer.c Refactored WinPR includes 2022-03-03 11:26:48 +01:00
casing.c Fixed compilation warnings 2021-08-02 10:28:06 +02:00
CMakeLists.txt Fixed ICU include directories 2022-02-17 09:53:52 +00:00
conversion.c Refactored WinPR includes 2022-03-03 11:26:48 +01:00
memory.c Refactored WinPR includes 2022-03-03 11:26:48 +01:00
ModuleOptions.cmake libwinpr: add module definition files 2012-09-21 13:02:54 -04:00
string.c Updated _wcschr and _wcsrchr to match MSDN spec 2022-04-27 19:42:04 +02:00
unicode.c Refactored WinPR includes 2022-03-03 11:26:48 +01:00
utf.c Fixed #7363: Length checks in ConvertUTF8toUTF16 (#7365) 2021-10-15 09:39:50 +02:00
utf.h Fixed compilation warnings and typos 2021-06-16 15:21:56 +02:00