--- old/src/java.desktop/windows/native/libawt/windows/awt_Component.h 2015-04-24 17:32:15.411638800 +0400 +++ new/src/java.desktop/windows/native/libawt/windows/awt_Component.h 2015-04-24 17:32:14.464584700 +0400 @@ -521,7 +521,7 @@ virtual MsgRouting WmMouseMove(UINT flags, int x, int y); virtual MsgRouting WmMouseExit(UINT flags, int x, int y); virtual MsgRouting WmMouseWheel(UINT flags, int x, int y, - int wheelRotation); + int wheelRotation, BOOL hMouseWheel); virtual MsgRouting WmNcMouseDown(WPARAM hitTest, int x, int y, int button); virtual MsgRouting WmNcMouseUp(WPARAM hitTest, int x, int y, int button); virtual MsgRouting WmWindowPosChanging(LPARAM windowPos);