summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hcode.h
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter/source/hcode.h')
-rw-r--r--hwpfilter/source/hcode.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/hwpfilter/source/hcode.h b/hwpfilter/source/hcode.h
index d6e565d294a9..799d41b4508f 100644
--- a/hwpfilter/source/hcode.h
+++ b/hwpfilter/source/hcode.h
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _HCODE_H_
-#define _HCODE_H_
+#ifndef INCLUDED_HWPFILTER_SOURCE_HCODE_H
+#define INCLUDED_HWPFILTER_SOURCE_HCODE_H
#include "hwplib.h"
@@ -71,6 +71,6 @@ DLLEXPORT char *base64_encode_string( const uchar *buf, unsigned int len );
DLLEXPORT double calcAngle(int x1, int y1, int x2, int y2);
-#endif /* _HCODE_H_ */
+#endif // INCLUDED_HWPFILTER_SOURCE_HCODE_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */