FreeRDP/libfreerdp
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
..
cache Replace direct rdpSettings access with getter/setter (#7867) 2022-05-02 10:55:44 +02:00
codec winpr: rework alignment functions 2022-05-12 11:36:01 +02:00
common Fixed settings pointer functions 2022-05-03 07:09:04 +02:00
core transport: Set server socket as keepalive in transport_default_attach() 2022-05-06 12:31:35 +02:00
crypto Replace direct rdpSettings access with getter/setter (#7867) 2022-05-02 10:55:44 +02:00
emu Make ATR variable static 2022-04-28 13:25:27 +02:00
gdi winpr: rework alignment functions 2022-05-12 11:36:01 +02:00
locale Fixed windows keyboard log message 2022-04-28 12:37:19 +02:00
primitives winpr: rework alignment functions 2022-05-12 11:36:01 +02:00
utils scanbuild fixes 2022-04-28 12:37:19 +02:00
CMakeLists.txt winpr: rework alignment functions 2022-05-12 11:36:01 +02:00
freerdp.pc.in Fixed freerdp pkg-config file 2022-03-03 11:26:48 +01:00
FreeRDPConfig.cmake.in cleanup cmake exports and pkg-config files 2016-01-12 17:32:33 +01:00