FreeRDP/channels/rdpdr/client
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
..
CMakeLists.txt rdpdr: using new VirtualChannelEx api 2016-11-23 01:26:03 -08:00
devman.c Freerdp remove #ifdef HAVE_CONFIG_H 2022-03-03 11:26:48 +01:00
devman.h devman_load_device_service device argument can be const. 2019-10-24 15:04:48 +02:00
irp.c winpr: rework alignment functions 2022-05-12 11:36:01 +02:00
irp.h Cleared up error code usage. 2016-01-28 12:05:14 +01:00
rdpdr_capabilities.c Logging and parser fixes (#7796) 2022-04-19 14:29:17 +02:00
rdpdr_capabilities.h Fixed argument checks for drive channel. 2016-01-24 15:21:06 +01:00
rdpdr_main.c Eliminate Dead nested assignment warnings 2022-04-28 12:37:19 +02:00
rdpdr_main.h Unify struct definitions (#7633) 2022-02-14 14:59:22 +01:00