fixed compile for mouse button handling on wince

WinCE does not support SM_SWAPBUTTON, so the define will
let ce fail the function call and correctly assume normal mouse
button handling

Change-Id: Id603b3b6a995e22d8800e19a5566a56df95c8962
Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
bb10
Bjoern Breitmeyer 2012-07-02 10:36:25 +02:00 committed by Qt by Nokia
parent 8ccd563f3c
commit fe37ae066f
1 changed files with 4 additions and 0 deletions

View File

@ -176,6 +176,10 @@
#define VREFRESH 116
#endif
#ifndef SM_SWAPBUTTON
#define SM_SWAPBUTTON 23
#endif
// application defines
#define SPI_SETNONCLIENTMETRICS 72
#define SPI_SETICONTITLELOGFONT 0x0022