  | 
  
    FreeRDP
    
   | 
 
 
 
 
Loading...
Searching...
No Matches
 
 
 
 
   21#ifndef FREERDP_CHANNEL_RDPSND_CLIENT_MAIN_H 
   22#define FREERDP_CHANNEL_RDPSND_CLIENT_MAIN_H 
   24#include <freerdp/api.h> 
   25#include <freerdp/svc.h> 
   26#include <freerdp/addin.h> 
   27#include <freerdp/client/rdpsnd.h> 
   28#include <freerdp/channels/log.h> 
   30#define TAG CHANNELS_TAG("rdpsnd.client") 
   32#if defined(WITH_DEBUG_SND) 
   33#define DEBUG_SND(...) WLog_DBG(TAG, __VA_ARGS__) 
   35#define DEBUG_SND(...) \