comparison src/win32/mingw_plus/winuser_extra.h @ 8735:92cbf9713795

[gaim-migrate @ 9490] Patch by Jonathan Champ to corect the vairous speling mistakes we hav e in the coments and documentaion. Thansk Jonathan! committer: Tailor Script <tailor@pidgin.im>
author Christian Hammond <chipx86@chipx86.com>
date Wed, 21 Apr 2004 01:34:26 +0000
parents 473b1ea6b616
children
comparison
equal deleted inserted replaced
8734:407c122d6191 8735:92cbf9713795
5 */ 5 */
6 6
7 #ifndef _WINUSER_EXTRA_H_ 7 #ifndef _WINUSER_EXTRA_H_
8 #define _WINUSER_EXTRA_H_ 8 #define _WINUSER_EXTRA_H_
9 9
10 /* From MSDN Lib - Mingw dosn't have */ 10 /* From MSDN Lib - Mingw doesn't have */
11 #define FLASHW_STOP 0 11 #define FLASHW_STOP 0
12 #define FLASHW_CAPTION 0x00000001 12 #define FLASHW_CAPTION 0x00000001
13 #define FLASHW_TRAY 0x00000002 13 #define FLASHW_TRAY 0x00000002
14 #define FLASHW_ALL (FLASHW_CAPTION | FLASHW_TRAY) 14 #define FLASHW_ALL (FLASHW_CAPTION | FLASHW_TRAY)
15 #define FLASHW_TIMER 0x00000004 15 #define FLASHW_TIMER 0x00000004
16 #define FLASHW_TIMERNOFG 0x0000000C 16 #define FLASHW_TIMERNOFG 0x0000000C
17 17
18 18
19 /* From MSDN Lib - Mingw dosn't have */ 19 /* From MSDN Lib - Mingw doesn't have */
20 typedef struct { 20 typedef struct {
21 UINT cbSize; 21 UINT cbSize;
22 HWND hwnd; 22 HWND hwnd;
23 DWORD dwFlags; 23 DWORD dwFlags;
24 UINT uCount; 24 UINT uCount;