diff options
author | marha <marha@users.sourceforge.net> | 2012-01-13 17:27:26 +0100 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2012-01-13 17:27:26 +0100 |
commit | 3e85e2f1e33380d6c9efe0972ed475cbf9dbe825 (patch) | |
tree | 41a3f6f187cde886a272a913693f685db71007b1 /libxcb/src/xcb_auth.c | |
parent | e2e1bdced7e09e39fed613dae1f2f3096cb18118 (diff) | |
download | vcxsrv-3e85e2f1e33380d6c9efe0972ed475cbf9dbe825.tar.gz vcxsrv-3e85e2f1e33380d6c9efe0972ed475cbf9dbe825.tar.bz2 vcxsrv-3e85e2f1e33380d6c9efe0972ed475cbf9dbe825.zip |
Solved compile errors
Diffstat (limited to 'libxcb/src/xcb_auth.c')
-rw-r--r-- | libxcb/src/xcb_auth.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libxcb/src/xcb_auth.c b/libxcb/src/xcb_auth.c index ec1d2027a..eaf463cb2 100644 --- a/libxcb/src/xcb_auth.c +++ b/libxcb/src/xcb_auth.c @@ -30,8 +30,6 @@ #include <sys/param.h> #include <unistd.h> #include <stdlib.h> -#ifndef _MSC_VER -#endif #ifdef __INTERIX /* _don't_ ask. interix has INADDR_LOOPBACK in here. */ |