Merge pull request #1185 from Young-X/fix
[openjpeg.git] / src / lib / openjp2 / cio.h
index ae13389d6c24e1a311a0103aa71c1826c9ca8194..6996a9a0a1186f0db768caa7f17e6d6b1b423aa5 100644 (file)
@@ -37,8 +37,8 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#ifndef __CIO_H
-#define __CIO_H
+#ifndef OPJ_CIO_H
+#define OPJ_CIO_H
 /**
 @file cio.h
 @brief Implementation of a byte input-output process (CIO)
@@ -408,5 +408,5 @@ OPJ_BOOL opj_stream_default_seek(OPJ_OFF_T p_nb_bytes, void * p_user_data);
 /*@}*/
 
 
-#endif /* __CIO_H */
+#endif /* OPJ_CIO_H */