FreeRDP/winpr/libwinpr/error/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-nt: implement NtCurrentTeb() 2013-08-22 10:18:38 -04:00
CMakeLists.txt winpr: always build "monolitic" 2014-07-10 11:10:58 +02:00
TestErrorSetLastError.c winpr: rework alignment functions 2022-05-12 11:36:01 +02:00