diff options
author | marha <marha@users.sourceforge.net> | 2014-06-08 14:57:43 +0200 |
---|---|---|
committer | marha <marha@users.sourceforge.net> | 2014-06-08 14:57:43 +0200 |
commit | 2614b017fb8a28f360897ece66815934fd1562f5 (patch) | |
tree | 572a1d708065635894f8606fcb2be79567851fc2 /X11/Xpoll.h.in | |
parent | 2acb86c9b086bdb9a3897db0b93820652e07cb59 (diff) | |
download | vcxsrv-2614b017fb8a28f360897ece66815934fd1562f5.tar.gz vcxsrv-2614b017fb8a28f360897ece66815934fd1562f5.tar.bz2 vcxsrv-2614b017fb8a28f360897ece66815934fd1562f5.zip |
Updated following packages:
xproto 7.0.26
fontsproto 2.1.3
inputproto 2.3.1
Diffstat (limited to 'X11/Xpoll.h.in')
-rw-r--r-- | X11/Xpoll.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/X11/Xpoll.h.in b/X11/Xpoll.h.in index 827565809..0a0542420 100644 --- a/X11/Xpoll.h.in +++ b/X11/Xpoll.h.in @@ -50,7 +50,7 @@ from The Open Group. #ifndef _XPOLL_H_ #define _XPOLL_H_ -#ifndef WIN32 +#if !defined(WIN32) || defined(__CYGWIN__) #ifndef USE_POLL |