libfreerdp: wrap inclusion of config.h with HAVE_CONFIG_H
This commit is contained in:
parent
faa4311232
commit
910f9ffed6
@ -20,7 +20,10 @@
|
||||
#ifndef __DRDYNVC_TYPES_H
|
||||
#define __DRDYNVC_TYPES_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <freerdp/dvc.h>
|
||||
#include <freerdp/types.h>
|
||||
#include <freerdp/utils/debug.h>
|
||||
|
@ -20,7 +20,10 @@
|
||||
#ifndef __XFREERDP_H
|
||||
#define __XFREERDP_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <freerdp/freerdp.h>
|
||||
#include <freerdp/channels/channels.h>
|
||||
#include <freerdp/gdi/gdi.h>
|
||||
|
@ -21,7 +21,10 @@
|
||||
#ifndef __LIBCHANNELS_H
|
||||
#define __LIBCHANNELS_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <freerdp/utils/debug.h>
|
||||
|
||||
#ifdef WITH_DEBUG_CHANNELS
|
||||
|
@ -21,7 +21,10 @@
|
||||
#ifndef __NSC_TYPES_H
|
||||
#define __NSC_TYPES_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <freerdp/utils/debug.h>
|
||||
#include <freerdp/utils/profiler.h>
|
||||
|
||||
|
@ -20,7 +20,10 @@
|
||||
#ifndef __RFX_TYPES_H
|
||||
#define __RFX_TYPES_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <freerdp/utils/debug.h>
|
||||
#include <freerdp/utils/profiler.h>
|
||||
|
||||
|
@ -20,7 +20,10 @@
|
||||
#ifndef __RDP_H
|
||||
#define __RDP_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "mcs.h"
|
||||
#include "tpkt.h"
|
||||
#include "fastpath.h"
|
||||
|
@ -22,7 +22,9 @@
|
||||
|
||||
#include "rpc.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <freerdp/types.h>
|
||||
#include <freerdp/utils/debug.h>
|
||||
|
@ -21,7 +21,10 @@
|
||||
#define __TIMEZONE_H
|
||||
|
||||
#include "rdp.h"
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <freerdp/freerdp.h>
|
||||
#include <freerdp/utils/stream.h>
|
||||
|
@ -20,8 +20,6 @@
|
||||
#ifndef __GDI_CORE_H
|
||||
#define __GDI_CORE_H
|
||||
|
||||
#include "config.h"
|
||||
|
||||
#include "graphics.h"
|
||||
|
||||
gdiBitmap* gdi_bitmap_new_ex(rdpGdi* gdi, int width, int height, int bpp, uint8* data);
|
||||
|
@ -20,7 +20,10 @@
|
||||
#ifndef __LIBLOCALE_H
|
||||
#define __LIBLOCALE_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <freerdp/utils/debug.h>
|
||||
|
||||
#ifdef WITH_DEBUG_KBD
|
||||
|
@ -20,7 +20,10 @@
|
||||
#ifndef __LIBRAIL_H
|
||||
#define __LIBRAIL_H
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include <freerdp/utils/debug.h>
|
||||
|
||||
#ifdef WITH_DEBUG_RAIL
|
||||
|
Loading…
Reference in New Issue
Block a user