Mercurial > hg > xemacs-beta
comparison src/syscommctrl.h @ 410:de805c49cfc1 r21-2-35
Import from CVS: tag r21-2-35
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:19:21 +0200 |
parents | 501cfd01ee6d |
children |
comparison
equal
deleted
inserted
replaced
409:301b9ebbdf3b | 410:de805c49cfc1 |
---|---|
26 */ | 26 */ |
27 | 27 |
28 #ifndef INCLUDED_syscommctrl_h_ | 28 #ifndef INCLUDED_syscommctrl_h_ |
29 #define INCLUDED_syscommctrl_h_ | 29 #define INCLUDED_syscommctrl_h_ |
30 | 30 |
31 #if !defined (CYGWIN_VERSION_DLL_MAJOR) || CYGWIN_VERSION_DLL_MAJOR > 20 | |
32 /* Appears to be missing in Cygwin b20.1; requisite includes are in | |
33 Windows32/Messages.h and get included automatically with windows.h */ | |
31 #include <commctrl.h> | 34 #include <commctrl.h> |
35 #endif | |
32 | 36 |
33 #ifndef TB_SETIMAGELIST | 37 #ifndef TB_SETIMAGELIST |
34 #define TB_SETIMAGELIST (WM_USER + 48) | 38 #define TB_SETIMAGELIST (WM_USER + 48) |
35 #endif | 39 #endif |
36 #ifndef TB_GETIMAGELIST | 40 #ifndef TB_GETIMAGELIST |