diff options
Diffstat (limited to 'include/rtl/textenc.h')
-rw-r--r-- | include/rtl/textenc.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/rtl/textenc.h b/include/rtl/textenc.h index 676f8c23186a..ba17f6841979 100644 --- a/include/rtl/textenc.h +++ b/include/rtl/textenc.h @@ -17,8 +17,8 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef _RTL_TEXTENC_H -#define _RTL_TEXTENC_H +#ifndef INCLUDED_RTL_TEXTENC_H +#define INCLUDED_RTL_TEXTENC_H #ifdef _SOLAR_RSC_INVOKED /* Enable resources to use these values, rsc can't handle casts */ @@ -265,6 +265,6 @@ Japanese (JIS 0212) RTL_TEXTENCODING_JISX_0212 # Currently not implemented */ -#endif /* _RTL_TEXTENC_H */ +#endif // INCLUDED_RTL_TEXTENC_H /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |