removed unneccessary wince ifdef

Change-Id: I4b057c0ae266baae3e8c3675656abb361bfcacf4
Reviewed-by: Andreas Holzammer <andreas.holzammer@kdab.com>
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
Bjoern Breitmeyer 2012-05-04 14:06:42 +02:00 committed by Qt by Nokia
parent 55b5cb9caa
commit 55024ee0f9

View File

@ -211,7 +211,6 @@ Q_GUI_EXPORT HBITMAP qt_pixmapToWinHBITMAP(const QPixmap &p, int hbitmapFormat =
return bitmap;
}
#ifndef Q_OS_WINCE
Q_GUI_EXPORT QPixmap qt_pixmapFromWinHBITMAP(HBITMAP bitmap, int hbitmapFormat = 0)
{
@ -276,7 +275,6 @@ Q_GUI_EXPORT QPixmap qt_pixmapFromWinHBITMAP(HBITMAP bitmap, int hbitmapFormat =
return QPixmap::fromImage(image);
}
#endif //ifndef Q_OS_WINCE
Q_GUI_EXPORT HICON qt_pixmapToWinHICON(const QPixmap &p)
{