--- old/src/java.desktop/windows/native/libawt/windows/awt_Component.h 2016-03-24 15:11:42.546093000 +0530 +++ new/src/java.desktop/windows/native/libawt/windows/awt_Component.h 2016-03-24 15:11:42.398019000 +0530 @@ -438,6 +438,7 @@ static void InitDynamicKeyMapTable(); static void BuildDynamicKeyMapTable(); static jint GetJavaModifiers(); + static jint GetActionModifiers(); static jint GetButton(int mouseButton); static UINT GetButtonMK(int mouseButton); static UINT WindowsKeyToJavaKey(UINT windowsKey, UINT modifiers, UINT character, BOOL isDeadKey);