FreeRDP/winpr/libwinpr/pool/test
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
..
.gitignore libwinpr-pool: add test stubs 2013-01-20 21:15:55 -05:00
CMakeLists.txt winpr: rework alignment functions 2022-05-12 11:36:01 +02:00
TestPoolIO.c Reformatted to new style 2019-11-07 10:53:54 +01:00
TestPoolSynch.c Reformatted to new style 2019-11-07 10:53:54 +01:00
TestPoolThread.c WINPR_UNUSED argc, argv for unit tests 2021-08-24 10:45:57 +02:00
TestPoolTimer.c Reformatted to new style 2019-11-07 10:53:54 +01:00
TestPoolWork.c WINPR_UNUSED argc, argv for unit tests 2021-08-24 10:45:57 +02:00