summaryrefslogtreecommitdiff
path: root/rsc/inc/rscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'rsc/inc/rscall.h')
-rw-r--r--rsc/inc/rscall.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/rsc/inc/rscall.h b/rsc/inc/rscall.h
index b1b919205304..74bcf0b80ea7 100644
--- a/rsc/inc/rscall.h
+++ b/rsc/inc/rscall.h
@@ -16,8 +16,8 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _RSCALL_H
-#define _RSCALL_H
+#ifndef INCLUDED_RSC_INC_RSCALL_H
+#define INCLUDED_RSC_INC_RSCALL_H
#include <rsctools.hxx>
#include <rscerror.h>
@@ -101,6 +101,6 @@ struct SUBINFO_STRUCT
/******************* F u n c t i o n *************************************/
void InitRscCompiler();
-#endif // _RSCALL_H
+#endif // INCLUDED_RSC_INC_RSCALL_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */