aboutsummaryrefslogtreecommitdiff
path: root/apps
diff options
context:
space:
mode:
authormarha <marha@users.sourceforge.net>2013-10-01 14:04:45 +0200
committermarha <marha@users.sourceforge.net>2013-10-01 14:04:45 +0200
commit6a9745b567d0500601b5977022b0fc5e1488f5a1 (patch)
tree0b1b60872ea994870f4e61c2e9affe56a6c6d133 /apps
parentbe0d35a4a1b1dc5bde14d1b027f4f0cb58b5a779 (diff)
downloadvcxsrv-6a9745b567d0500601b5977022b0fc5e1488f5a1.tar.gz
vcxsrv-6a9745b567d0500601b5977022b0fc5e1488f5a1.tar.bz2
vcxsrv-6a9745b567d0500601b5977022b0fc5e1488f5a1.zip
Solved error due to latest merge
Diffstat (limited to 'apps')
-rwxr-xr-xapps/xhost/xhost.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/xhost/xhost.c b/apps/xhost/xhost.c
index a6baa9dbf..44d85a09e 100755
--- a/apps/xhost/xhost.c
+++ b/apps/xhost/xhost.c
@@ -92,6 +92,10 @@ X Window System is a trademark of The Open Group.
#include <arpa/inet.h>
#endif
+#ifdef _MSC_VER
+#define _X_UNUSED
+#endif
+
#ifdef SECURE_RPC
#include <pwd.h>