comparison src/s/cygwin32.h @ 438:84b14dcb0985 r21-2-27

Import from CVS: tag r21-2-27
author cvs
date Mon, 13 Aug 2007 11:32:25 +0200
parents a5df635868b2
children 8de8e3f6228a
comparison
equal deleted inserted replaced
437:e2a4e8b94b82 438:84b14dcb0985
119 #define WHEEL_DELTA 120 119 #define WHEEL_DELTA 120
120 #endif 120 #endif
121 #ifndef WM_MOUSEWHEEL 121 #ifndef WM_MOUSEWHEEL
122 #define WM_MOUSEWHEEL 0x20A 122 #define WM_MOUSEWHEEL 0x20A
123 #endif 123 #endif
124 #ifndef TCS_BOTTOM
125 #define TCS_BOTTOM 0x0002
126 #endif
127 #ifndef TCS_VERTICAL
128 #define TCS_VERTICAL 0x0080
129 #endif
124 130
125 #define PBS_SMOOTH 0x01 131 #define PBS_SMOOTH 0x01
126 132
127 #ifdef HAVE_MS_WINDOWS 133 #ifdef HAVE_MS_WINDOWS
128 #define HAVE_NTGUI 134 #define HAVE_NTGUI