diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2014-05-18 13:44:01 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2014-05-18 14:31:12 +0200 |
commit | a7eae9c280d860ca12b6300539404bec16700a7b (patch) | |
tree | 3904e4c2e4a0ef4944a866d878b13286924b5987 /winaccessibility | |
parent | 14b05361b8f8f5953289d1c8b03528fa0d3838cd (diff) |
fix some header guards
Change-Id: Id2c15eba3f70cd8f1ae8869bc0838aef13cd96ee
Diffstat (limited to 'winaccessibility')
-rw-r--r-- | winaccessibility/source/UAccCOM/acccommon.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winaccessibility/source/UAccCOM/acccommon.h b/winaccessibility/source/UAccCOM/acccommon.h index 2f6b5d6d2fa7..b3458d0a9d73 100644 --- a/winaccessibility/source/UAccCOM/acccommon.h +++ b/winaccessibility/source/UAccCOM/acccommon.h @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __ACCCOMMON_H_ -#define __ACCCOMMON_H_ +#ifndef INCLUDED_WINACCESSIBILITY_SOURCE_UACCCOM_ACCCOMMON_H +#define INCLUDED_WINACCESSIBILITY_SOURCE_UACCCOM_ACCCOMMON_H //for MAccessible.cxx struct ltComp |