diff options
-rw-r--r-- | xhost.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -864,7 +864,7 @@ local_xerror(Display *dpy, XErrorEvent *rep) return 0; } -#ifdef __CYGWIN__ +#if defined(__CYGWIN__) || defined(WIN32) void sethostent(int x) {} |
index : app/xhost | ||
xhost application |
summaryrefslogtreecommitdiff |
-rw-r--r-- | xhost.c | 2 |
@@ -864,7 +864,7 @@ local_xerror(Display *dpy, XErrorEvent *rep) return 0; } -#ifdef __CYGWIN__ +#if defined(__CYGWIN__) || defined(WIN32) void sethostent(int x) {} |