8132355: Incorrect guard block in HPkeysym.h, awt_Event.h
Reviewed-by: ant, azvegint
This commit is contained in:
parent
d02dfb7a3a
commit
b505b0e570
@ -58,7 +58,7 @@ performance, or use of this material.
|
||||
|
||||
#ifndef _HPKEYSYM_H
|
||||
|
||||
#define _HPKEYSYM
|
||||
#define _HPKEYSYM_H
|
||||
|
||||
#define hpXK_ClearLine 0x1000FF6F
|
||||
#define hpXK_InsertLine 0x1000FF70
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 1998, 2001, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1998, 2015, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -28,7 +28,7 @@
|
||||
***
|
||||
***/
|
||||
#ifndef _AWT_EVENT_H_
|
||||
#define _AWT_EVENT_H
|
||||
#define _AWT_EVENT_H_
|
||||
|
||||
#include "jni_util.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user