mirror of
https://gitlab.freedesktop.org/xorg/lib/libx11.git
synced 2026-05-08 09:08:18 +02:00
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:
parent
c8c4161491
commit
bfbec08bae
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue