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
parent
8ccd563f3c
commit
fe37ae066f
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue