Note that seek uses SEEK_SET behavior.
[openjpeg.git] / src / lib / openjp2 / pi.h
index cc7f9b003666557b0ffe8795c822585086487d8f..8c0dc25c19dd962bf9e76994609a37ee41fc0cca 100644 (file)
@@ -35,8 +35,8 @@
  * POSSIBILITY OF SUCH DAMAGE.
  */
 
-#ifndef __PI_H
-#define __PI_H
+#ifndef OPJ_PI_H
+#define OPJ_PI_H
 /**
 @file pi.h
 @brief Implementation of a packet iterator (PI)
@@ -187,4 +187,4 @@ OPJ_BOOL opj_pi_next(opj_pi_iterator_t * pi);
 
 /*@}*/
 
-#endif /* __PI_H */
+#endif /* OPJ_PI_H */