Mercurial > pidgin
changeset 4407:473b1ea6b616
[gaim-migrate @ 4676]
cleaned warnings
committer: Tailor Script <tailor@pidgin.im>
author | Herman Bloggs <hermanator12002@yahoo.com> |
---|---|
date | Thu, 23 Jan 2003 19:26:33 +0000 |
parents | 217572342740 |
children | 94bf204f837e |
files | src/win32/mingw_plus/winuser_extra.h |
diffstat | 1 files changed, 0 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/src/win32/mingw_plus/winuser_extra.h Thu Jan 23 19:25:48 2003 +0000 +++ b/src/win32/mingw_plus/winuser_extra.h Thu Jan 23 19:26:33 2003 +0000 @@ -8,14 +8,12 @@ #define _WINUSER_EXTRA_H_ /* From MSDN Lib - Mingw dosn't have */ -/*#if(WINVER >= 0x0500)*/ #define FLASHW_STOP 0 #define FLASHW_CAPTION 0x00000001 #define FLASHW_TRAY 0x00000002 #define FLASHW_ALL (FLASHW_CAPTION | FLASHW_TRAY) #define FLASHW_TIMER 0x00000004 #define FLASHW_TIMERNOFG 0x0000000C -/*#endif /* WINVER >= 0x0500 */ /* From MSDN Lib - Mingw dosn't have */