mirror of https://github.com/neutrinolabs/xrdp
added HAVE_CONFIG_H
This commit is contained in:
parent
e5796ac8a0
commit
4fb3a1a547
|
@ -24,6 +24,9 @@
|
||||||
put all the os / arch define in here you want
|
put all the os / arch define in here you want
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#if defined(HAVE_CONFIG_H)
|
||||||
|
#include "config_ac.h"
|
||||||
|
#endif
|
||||||
#if defined(_WIN32)
|
#if defined(_WIN32)
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <winsock.h>
|
#include <winsock.h>
|
||||||
|
|
Loading…
Reference in New Issue