X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fsyscommctrl.h;h=45cbb9563557b3dd98015a7c9be2b40a5bb6df62;hb=71baa1c0cbbb886ac1528500c1bda51ac70decad;hp=34955a67730a5e247a876afddbb96f05ea0ae8b5;hpb=19934557d07facd6c8f0a33ba8203da32cdebe39;p=chise%2Fxemacs-chise.git.1 diff --git a/src/syscommctrl.h b/src/syscommctrl.h index 34955a6..45cbb95 100644 --- a/src/syscommctrl.h +++ b/src/syscommctrl.h @@ -28,7 +28,11 @@ Boston, MA 02111-1307, USA. */ #ifndef INCLUDED_syscommctrl_h_ #define INCLUDED_syscommctrl_h_ +#if !defined (CYGWIN_VERSION_DLL_MAJOR) || CYGWIN_VERSION_DLL_MAJOR > 20 +/* Appears to be missing in Cygwin b20.1; requisite includes are in + Windows32/Messages.h and get included automatically with windows.h */ #include +#endif #ifndef TB_SETIMAGELIST #define TB_SETIMAGELIST (WM_USER + 48)