summaryrefslogtreecommitdiff
path: root/hwpfilter/source/hwpfile.h
diff options
context:
space:
mode:
Diffstat (limited to 'hwpfilter/source/hwpfile.h')
-rw-r--r--hwpfilter/source/hwpfile.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/hwpfilter/source/hwpfile.h b/hwpfilter/source/hwpfile.h
index a404bf4c14be..a50ad584396e 100644
--- a/hwpfilter/source/hwpfile.h
+++ b/hwpfilter/source/hwpfile.h
@@ -22,8 +22,8 @@
// (C) 1998 Mizi Research, All rights are reserved
-#ifndef _HWPFILE_H_
-#define _HWPFILE_H_
+#ifndef INCLUDED_HWPFILTER_SOURCE_HWPFILE_H
+#define INCLUDED_HWPFILTER_SOURCE_HWPFILE_H
#include <list>
#include <stdio.h>
@@ -299,6 +299,6 @@ class DLLEXPORT HWPFile
HWPFile *GetCurrentDoc(void);
HWPFile *SetCurrentDoc(HWPFile *hwpfp);
-#endif /* _HWPFILE_H_ */
+#endif // INCLUDED_HWPFILTER_SOURCE_HWPFILE_H
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */