diff options
author | Harold L Hunt II <huntharo@msu.edu> | 2004-03-27 21:00:44 +0000 |
---|---|---|
committer | Harold L Hunt II <huntharo@msu.edu> | 2004-03-27 21:00:44 +0000 |
commit | f98d16dd00a7dcc79d83f5627a74d1aab328ee09 (patch) | |
tree | 0b09f92eabd94ebf50ca17eaa0b83b57bdb5fc99 | |
parent | 7c2b0b63976d599320101e069f54911e0682232b (diff) |
Fix build bustage from XResExtension not being defined where Xserver/dix/CYGWIN-RELEASE-1-MERGE
could see it.
-rw-r--r-- | cygwin.cf | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -226,7 +226,8 @@ XCOMM platform: $XFree86: xc/config/cf/cygwin.cf,v 3.56 2003/10/27 22:34:02 her #define StandardDefines -D__i386__ -DWIN32_LEAN_AND_MEAN -DX_LOCALE \ -D_X86_ -D__CYGWIN__ -D_XOPEN_SOURCE \ -D_POSIX_C_SOURCE=199309L -D_BSD_SOURCE \ - -D_SVID_SOURCE -D_GNU_SOURCE -DFD_SETSIZE=256 + -D_SVID_SOURCE -D_GNU_SOURCE -DFD_SETSIZE=256 \ + -DXResExtension #define XawI18nDefines -DHAS_WCHAR_H -DHAS_WCTYPE_H \ -DHAS_ISW_FUNCS -DNO_WIDEC_H #define StandardCppOptions -traditional |