comparison src/s/mingw32.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 697ef44129c6
children
comparison
equal deleted inserted replaced
423:28d9c139be4c 424:11054d720c21
51 #define TIME_ONESHOT 0 51 #define TIME_ONESHOT 0
52 #define TIME_PERIODIC 1 52 #define TIME_PERIODIC 1
53 #define LOCALE_USE_CP_ACP 0x40000000 53 #define LOCALE_USE_CP_ACP 0x40000000
54 #define SHGFI_EXETYPE 0x2000 54 #define SHGFI_EXETYPE 0x2000
55 #define NSIG 23 55 #define NSIG 23
56
57 #ifndef SPI_GETWHEELSCROLLLINES
58 #define SPI_GETWHEELSCROLLLINES 104
59 #endif
60 #ifndef WHEEL_PAGESCROLL
61 #define WHEEL_PAGESCROLL (UINT_MAX)
62 #endif
63 #ifndef WHEEL_DELTA
64 #define WHEEL_DELTA 120
65 #endif
66 #ifndef WM_MOUSEWHEEL
67 #define WM_MOUSEWHEEL 0x20A
68 #endif
56 69
57 /* translate NT world unexec stuff to our a.out definitions */ 70 /* translate NT world unexec stuff to our a.out definitions */
58 71
59 #define strnicmp strncasecmp 72 #define strnicmp strncasecmp
60 /* #ifndef HAVE_SOCKETS */ 73 /* #ifndef HAVE_SOCKETS */