FreeRDP
Toggle main menu visibility
Main Page
Related Pages
Topics
Namespaces
Namespace List
Namespace Members
All
Functions
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
Functions
a
c
d
e
f
g
i
o
r
s
t
Variables
a
b
c
d
e
g
i
l
m
n
o
p
r
s
t
u
v
Files
File List
Globals
All
Typedefs
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Modules
Pages
Loading...
Searching...
No Matches
client/rdpsnd_main.h
1
21
#ifndef FREERDP_CHANNEL_RDPSND_CLIENT_MAIN_H
22
#define FREERDP_CHANNEL_RDPSND_CLIENT_MAIN_H
23
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>
29
30
#define TAG CHANNELS_TAG("rdpsnd.client")
31
32
#if defined(WITH_DEBUG_SND)
33
#define DEBUG_SND(...) WLog_DBG(TAG, __VA_ARGS__)
34
#else
35
#define DEBUG_SND(...) \
36
do \
37
{ \
38
} while (0)
39
#endif
40
41
#endif
/* FREERDP_CHANNEL_RDPSND_CLIENT_MAIN_H */
channels
rdpsnd
client
rdpsnd_main.h
Generated by
1.9.8