GUACAMOLE-25: Fix configure test for FreeRDP variations.
This commit is contained in:
parent
9d5871a3c8
commit
4e4dbd6a2d
@ -779,7 +779,11 @@ then
|
|||||||
wStream* stream);
|
wStream* stream);
|
||||||
IWTSVirtualChannelCallback cb = {
|
IWTSVirtualChannelCallback cb = {
|
||||||
.OnDataReceived = __data_received
|
.OnDataReceived = __data_received
|
||||||
};]])],
|
};
|
||||||
|
int main() {
|
||||||
|
return
|
||||||
|
cb.OnDataReceived(NULL, NULL);
|
||||||
|
}]])],
|
||||||
[AC_MSG_RESULT([yes])],
|
[AC_MSG_RESULT([yes])],
|
||||||
[AC_MSG_RESULT([no])
|
[AC_MSG_RESULT([no])
|
||||||
AC_DEFINE([LEGACY_IWTSVIRTUALCHANNELCALLBACK],,
|
AC_DEFINE([LEGACY_IWTSVIRTUALCHANNELCALLBACK],,
|
||||||
|
@ -95,7 +95,7 @@ static void guac_rdp_ai_handle_data(guac_client* client,
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#if LEGACY_IWTSVIRTUALCHANNELCALLBACK
|
#ifdef LEGACY_IWTSVIRTUALCHANNELCALLBACK
|
||||||
/**
|
/**
|
||||||
* Callback which is invoked when data is received along a connection to the
|
* Callback which is invoked when data is received along a connection to the
|
||||||
* AUDIO_INPUT plugin. This callback is specific to FreeRDP 1.1 and older.
|
* AUDIO_INPUT plugin. This callback is specific to FreeRDP 1.1 and older.
|
||||||
|
Loading…
Reference in New Issue
Block a user