jmuehlner commented on code in PR #474: URL: https://github.com/apache/guacamole-server/pull/474#discussion_r1617876716
########## src/protocols/rdp/channels/rail.h: ########## @@ -20,7 +20,34 @@ #ifndef GUAC_RDP_CHANNELS_RAIL_H #define GUAC_RDP_CHANNELS_RAIL_H +#include "config.h" + #include <freerdp/freerdp.h> +#include <freerdp/window.h> + +#ifdef FREERDP_RAIL_CALLBACKS_REQUIRE_CONST +/** + * FreeRDP 2.0.0-rc4 and newer requires the final argument for all RAIL Review Comment: Isn't it the last 2 arguments? That's what I see in the actual function signature. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@guacamole.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org