summaryrefslogtreecommitdiff
path: root/Build/source/libs/gd/libgd-src/src/jisx0208.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/libs/gd/libgd-src/src/jisx0208.h')
-rw-r--r--Build/source/libs/gd/libgd-src/src/jisx0208.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/libs/gd/libgd-src/src/jisx0208.h b/Build/source/libs/gd/libgd-src/src/jisx0208.h
index d49dddc010a..118c23e0aac 100644
--- a/Build/source/libs/gd/libgd-src/src/jisx0208.h
+++ b/Build/source/libs/gd/libgd-src/src/jisx0208.h
@@ -1,9 +1,9 @@
+#ifndef JISX0208_H
+#define JISX0208_H
#ifdef __cplusplus
extern "C" {
#endif
-#ifndef JISX0208_H
-#define JISX0208_H
/* This file was derived from "src/VF_Ftype.c" in VFlib2-2.24.2
by Dr. Kakugawa */
@@ -1299,8 +1299,8 @@ extern "C" {
}
};
-#endif /* JISX0208_H */
-
#ifdef __cplusplus
}
#endif
+
+#endif /* JISX0208_H */