mirror of
https://github.com/morgan9e/FreeRDP
synced 2026-04-15 00:44:19 +09:00
rail server: implement channel code for rail server
* Split common functionality from client code * Clean up client code and use proper defines for constants * Implements the channel code to read/write server side messages.
This commit is contained in:
@@ -20,3 +20,7 @@ define_channel("rail")
|
||||
if(WITH_CLIENT_CHANNELS)
|
||||
add_channel_client(${MODULE_PREFIX} ${CHANNEL_NAME})
|
||||
endif()
|
||||
|
||||
if(WITH_SERVER_CHANNELS)
|
||||
add_channel_server(${MODULE_PREFIX} ${CHANNEL_NAME})
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user