Mercurial > hg > xemacs-beta
comparison src/s/cygwin32.h @ 355:182f72e8cd0d r21-1-7
Import from CVS: tag r21-1-7
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:56:21 +0200 |
parents | 4f79e16b1112 |
children | 4711e16a8e49 |
comparison
equal
deleted
inserted
replaced
354:3729bef672e0 | 355:182f72e8cd0d |
---|---|
131 #define MAC_CHARSET 77 | 131 #define MAC_CHARSET 77 |
132 | 132 |
133 #endif | 133 #endif |
134 #endif | 134 #endif |
135 | 135 |
136 #ifndef SPI_GETWHEELSCROLLLINES | |
137 #define SPI_GETWHEELSCROLLLINES 104 | |
138 #endif | |
139 #ifndef WHEEL_PAGESCROLL | |
140 #define WHEEL_PAGESCROLL (UINT_MAX) | |
141 #endif | |
142 #ifndef WHEEL_DELTA | |
143 #define WHEEL_DELTA 120 | |
144 #endif | |
145 #ifndef WM_MOUSEWHEEL | |
146 #define WM_MOUSEWHEEL 0x20A | |
147 #endif | |
148 | |
136 #ifdef HAVE_MS_WINDOWS | 149 #ifdef HAVE_MS_WINDOWS |
137 #define HAVE_NTGUI | 150 #define HAVE_NTGUI |
138 #define HAVE_FACES | 151 #define HAVE_FACES |
139 #endif | 152 #endif |
140 | 153 |