FreeRDP/libfreerdp/gdi/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 libfreerdp-gdi: fix opaque rect for /gdi:hw mode with 8bpp 2013-02-03 15:22:16 -05:00
CMakeLists.txt winpr: fix compilation for mingw 2021-12-14 14:12:01 +01:00
helpers.c winpr: rework alignment functions 2022-05-12 11:36:01 +02:00
helpers.h Reformatted to new style 2019-11-07 10:53:54 +01:00
TestGdiBitBlt.c Reformatted to new style 2019-11-07 10:53:54 +01:00
TestGdiClip.c Reformatted to new style 2019-11-07 10:53:54 +01:00
TestGdiCreate.c winpr: rework alignment functions 2022-05-12 11:36:01 +02:00
TestGdiEllipse.c Reformatted to new style 2019-11-07 10:53:54 +01:00
TestGdiLine.c Reformatted to new style 2019-11-07 10:53:54 +01:00
TestGdiRect.c Refactored color.h 2022-04-28 08:40:47 +02:00
TestGdiRegion.c Refactored gdi region 2020-04-09 18:00:51 +02:00
TestGdiRop3.c Reformatted to new style 2019-11-07 10:53:54 +01:00