diff options
author | miniak <milan.burda@gmail.com> | 2009-07-01 09:50:10 (GMT) |
---|---|---|
committer | Marius Storm-Olsen <marius@trolltech.com> | 2009-07-01 09:51:19 (GMT) |
commit | 8a7fb1881afe6b358a35cec71247d7e6681efe0a (patch) | |
tree | d290ba7a2bb25d98ed2826e0002bd1e3eebdb356 /src/corelib/global | |
parent | 22ab94871c4a924e37eca720a1620da2e1a7259d (diff) | |
download | Qt-8a7fb1881afe6b358a35cec71247d7e6681efe0a.zip Qt-8a7fb1881afe6b358a35cec71247d7e6681efe0a.tar.gz Qt-8a7fb1881afe6b358a35cec71247d7e6681efe0a.tar.bz2 |
src/qt3support: Remove QT_WA and non-Unicode code paths, dropping Win9x and NT support
Merge-request: 604
Reviewed-by: Marius Storm-Olsen <marius@trolltech.com>
Diffstat (limited to 'src/corelib/global')
-rw-r--r-- | src/corelib/global/qt_windows.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/corelib/global/qt_windows.h b/src/corelib/global/qt_windows.h index 27c06e5..4f2bcf6 100644 --- a/src/corelib/global/qt_windows.h +++ b/src/corelib/global/qt_windows.h @@ -99,6 +99,9 @@ #ifndef SPI_GETKEYBOARDCUES #define SPI_GETKEYBOARDCUES 0x100A #endif +#ifndef SPI_GETGRADIENTCAPTIONS +#define SPI_GETGRADIENTCAPTIONS 0x1008 +#endif #ifndef IDC_HAND #define IDC_HAND MAKEINTRESOURCE(32649) #endif @@ -111,6 +114,12 @@ #ifndef ETO_PDY #define ETO_PDY 0x2000 #endif +#ifndef COLOR_GRADIENTACTIVECAPTION +#define COLOR_GRADIENTACTIVECAPTION 27 +#endif +#ifndef COLOR_GRADIENTINACTIVECAPTION +#define COLOR_GRADIENTINACTIVECAPTION 28 +#endif // already defined when compiled with WINVER >= 0x0600 #ifndef SPI_GETFLATMENU |