FreeRDP/winpr/libwinpr/pool
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
callback_cleanup.c Refactored WinPR includes 2022-03-03 11:26:48 +01:00
callback.c Refactored WinPR includes 2022-03-03 11:26:48 +01:00
cleanup_group.c Refactored WinPR includes 2022-03-03 11:26:48 +01:00
CMakeLists.txt Fixed windows overlinking. 2019-03-18 15:10:21 +01:00
io.c Refactored WinPR includes 2022-03-03 11:26:48 +01:00
ModuleOptions.cmake libwinpr-pool: stubbed thread pooling API 2012-12-21 18:30:33 -05:00
pool.c Refactored WinPR includes 2022-03-03 11:26:48 +01:00
pool.h fix build with mingw 7 2022-02-24 08:52:25 +01:00
synch.c Refactored WinPR includes 2022-03-03 11:26:48 +01:00
timer.c Refactored WinPR includes 2022-03-03 11:26:48 +01:00
work.c Refactored WinPR includes 2022-03-03 11:26:48 +01:00