Reorganized FreeRDP headers
This commit is contained in:
parent
8dc7c2b612
commit
b2ad47a809
@ -951,7 +951,6 @@ if(WITH_THIRD_PARTY)
|
||||
endif()
|
||||
endif()
|
||||
|
||||
add_subdirectory(include)
|
||||
|
||||
add_subdirectory(libfreerdp)
|
||||
|
||||
@ -979,8 +978,7 @@ if(WITH_SERVER)
|
||||
add_subdirectory(server)
|
||||
endif()
|
||||
|
||||
# Configure files - Add last so all symbols are defined
|
||||
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/config.h.in ${CMAKE_CURRENT_BINARY_DIR}/config.h)
|
||||
add_subdirectory(include)
|
||||
|
||||
# Packaging
|
||||
|
||||
@ -1006,7 +1004,6 @@ FOREACH(var ${res})
|
||||
ENDIF()
|
||||
ENDFOREACH()
|
||||
string(REPLACE ";" " " FREERDP_BUILD_CONFIG "${FREERDP_BUILD_CONFIG_LIST}")
|
||||
configure_file(${CMAKE_CURRENT_SOURCE_DIR}/buildflags.h.in ${CMAKE_CURRENT_BINARY_DIR}/buildflags.h)
|
||||
|
||||
message(STATUS "Intrinsic path configuration:")
|
||||
#ShowCMakeVars("^CMAKE_INSTALL_PREFIX")
|
||||
|
@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -21,7 +21,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <errno.h>
|
||||
|
@ -21,7 +21,7 @@
|
||||
#define FREERDP_CHANNEL_AUDIN_CLIENT_MAIN_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <freerdp/dvc.h>
|
||||
|
@ -19,7 +19,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -19,7 +19,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <winpr/assert.h>
|
||||
|
@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -21,7 +21,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <sndio.h>
|
||||
|
@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <winpr/crt.h>
|
||||
|
@ -21,7 +21,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <winpr/crt.h>
|
||||
|
@ -21,7 +21,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <winpr/wtypes.h>
|
||||
|
@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <winpr/crt.h>
|
||||
|
@ -21,7 +21,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -23,7 +23,7 @@
|
||||
#define FREERDP_CHANNEL_DISP_CLIENT_MAIN_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <freerdp/dvc.h>
|
||||
|
@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <winpr/crt.h>
|
||||
|
@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include "disp_main.h"
|
||||
|
@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <winpr/crt.h>
|
||||
|
@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <winpr/crt.h>
|
||||
|
@ -26,7 +26,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <errno.h>
|
||||
|
@ -22,7 +22,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <errno.h>
|
||||
|
@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -21,7 +21,7 @@
|
||||
#define FREERDP_CHANNEL_ECHO_CLIENT_MAIN_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <freerdp/dvc.h>
|
||||
|
@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <winpr/crt.h>
|
||||
|
@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <winpr/crt.h>
|
||||
|
@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -21,7 +21,7 @@
|
||||
#define FREERDP_CHANNEL_GEOMETRY_CLIENT_MAIN_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <freerdp/dvc.h>
|
||||
|
@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <winpr/crt.h>
|
||||
|
@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include "gfxredir_main.h"
|
||||
|
@ -21,7 +21,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -21,7 +21,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -22,7 +22,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -21,7 +21,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <winpr/crt.h>
|
||||
|
@ -24,7 +24,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <winpr/crt.h>
|
||||
|
@ -23,7 +23,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <winpr/crt.h>
|
||||
|
@ -22,7 +22,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -21,7 +21,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -22,7 +22,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -23,7 +23,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -21,7 +21,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <winpr/crt.h>
|
||||
|
@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -21,7 +21,7 @@
|
||||
#define FREERDP_CHANNEL_RDPEI_CLIENT_MAIN_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <freerdp/dvc.h>
|
||||
|
@ -19,7 +19,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <winpr/crt.h>
|
||||
|
@ -21,7 +21,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <winpr/crt.h>
|
||||
|
@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <winpr/crt.h>
|
||||
|
@ -22,7 +22,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <winpr/assert.h>
|
||||
|
@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <winpr/crt.h>
|
||||
|
@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <winpr/assert.h>
|
||||
|
@ -21,7 +21,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -19,7 +19,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <winpr/wtypes.h>
|
||||
|
@ -22,7 +22,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <winpr/assert.h>
|
||||
|
@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -23,7 +23,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#ifndef _WIN32
|
||||
|
@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <sndio.h>
|
||||
|
@ -22,7 +22,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <winpr/crt.h>
|
||||
|
@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <winpr/crt.h>
|
||||
|
@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <winpr/assert.h>
|
||||
|
@ -19,7 +19,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -23,7 +23,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <winpr/crt.h>
|
||||
|
@ -36,7 +36,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -22,7 +22,7 @@
|
||||
#define SSHAGENT_MAIN_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <winpr/stream.h>
|
||||
|
@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <winpr/assert.h>
|
||||
|
@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -19,7 +19,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <winpr/crt.h>
|
||||
|
@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -21,7 +21,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <winpr/crt.h>
|
||||
@ -501,7 +501,7 @@ static UINT tsmf_process_addin_args(IWTSPlugin* pPlugin, const ADDIN_ARGV* args)
|
||||
{
|
||||
int status;
|
||||
DWORD flags;
|
||||
COMMAND_LINE_ARGUMENT_A* arg;
|
||||
const COMMAND_LINE_ARGUMENT_A* arg;
|
||||
TSMF_PLUGIN* tsmf = (TSMF_PLUGIN*)pPlugin;
|
||||
COMMAND_LINE_ARGUMENT_A tsmf_args[] = { { "sys", COMMAND_LINE_VALUE_REQUIRED, "<subsystem>",
|
||||
NULL, NULL, -1, NULL, "audio subsystem" },
|
||||
|
@ -21,7 +21,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -21,7 +21,7 @@
|
||||
#define FREERDP_CHANNEL_TSMF_CLIENT_TYPES_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <freerdp/dvc.h>
|
||||
|
@ -18,7 +18,7 @@
|
||||
* limitations under the License.
|
||||
*/
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include "urbdrc_helpers.h"
|
||||
|
@ -22,7 +22,7 @@
|
||||
#define FREERDP_CHANNEL_URBDRC_CLIENT_TYPES_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <freerdp/dvc.h>
|
||||
|
@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -21,7 +21,7 @@
|
||||
#define FREERDP_CHANNEL_VIDEO_CLIENT_MAIN_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <freerdp/dvc.h>
|
||||
|
@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <jni.h>
|
||||
|
@ -11,7 +11,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <winpr/crt.h>
|
||||
|
@ -14,7 +14,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <locale.h>
|
||||
|
@ -9,7 +9,7 @@
|
||||
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
||||
*/
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <stdio.h>
|
||||
|
@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include "mfreerdp.h"
|
||||
|
@ -19,7 +19,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <winpr/assert.h>
|
||||
|
@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <errno.h>
|
||||
|
@ -18,7 +18,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <freerdp/gdi/gfx.h>
|
||||
|
@ -19,7 +19,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <stdlib.h>
|
||||
|
@ -19,7 +19,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include "wlf_pointer.h"
|
||||
|
@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <winpr/windows.h>
|
||||
|
@ -17,7 +17,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <winpr/assert.h>
|
||||
|
@ -20,7 +20,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#include <winpr/windows.h>
|
||||
|
@ -21,7 +21,7 @@
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#include <freerdp/config.h>
|
||||
#endif
|
||||
|
||||
#define CINTERFACE
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user