comparison src/s/cygwin32.h @ 424:11054d720c21 r21-2-20

Import from CVS: tag r21-2-20
author cvs
date Mon, 13 Aug 2007 11:26:11 +0200
parents 41dbb7a9d5f2
children
comparison
equal deleted inserted replaced
423:28d9c139be4c 424:11054d720c21
103 #define MAC_CHARSET 77 103 #define MAC_CHARSET 77
104 104
105 #endif 105 #endif
106 #endif 106 #endif
107 107
108 #ifndef SPI_GETWHEELSCROLLLINES
109 #define SPI_GETWHEELSCROLLLINES 104
110 #endif
111 #ifndef WHEEL_PAGESCROLL
112 #define WHEEL_PAGESCROLL (UINT_MAX)
113 #endif
114 #ifndef WHEEL_DELTA
115 #define WHEEL_DELTA 120
116 #endif
117 #ifndef WM_MOUSEWHEEL
118 #define WM_MOUSEWHEEL 0x20A
119 #endif
120
108 #define PBS_SMOOTH 0x01 121 #define PBS_SMOOTH 0x01
109 122
110 #ifdef HAVE_MS_WINDOWS 123 #ifdef HAVE_MS_WINDOWS
111 #define HAVE_NTGUI 124 #define HAVE_NTGUI
112 #define HAVE_FACES 125 #define HAVE_FACES