Bug 20773: Xcursor dynamic loading on Cygwin

X.Org Bug #20773 <http://bugs.freedesktop.org/show_bug.cgi?id=20773>
Patch #24096 <http://bugs.freedesktop.org/attachment.cgi?id=24096>

Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
This commit is contained in:
Yaakov Selkowitz (Cygwin Ports maintainer) 2009-04-07 13:46:57 -07:00 committed by Alan Coopersmith
parent c8c4161491
commit bfbec08bae

View file

@ -46,6 +46,10 @@ in this Software without prior written authorization from The Open Group.
#endif
#include "Cr.h"
#ifdef __CYGWIN__
#define LIBXCURSOR "cygXcursor-1.dll"
#endif
#if defined(hpux)
typedef shl_dt XModuleType;
#else