summaryrefslogtreecommitdiff
path: root/camlibs/ricoh/ricoh.h
diff options
context:
space:
mode:
Diffstat (limited to 'camlibs/ricoh/ricoh.h')
-rw-r--r--camlibs/ricoh/ricoh.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/camlibs/ricoh/ricoh.h b/camlibs/ricoh/ricoh.h
index 531e36064..6b5c546ac 100644
--- a/camlibs/ricoh/ricoh.h
+++ b/camlibs/ricoh/ricoh.h
@@ -18,8 +18,8 @@
* Boston, MA 02110-1301 USA
*/
-#ifndef __RICOH_H__
-#define __RICOH_H__
+#ifndef CAMLIBS_RICOH_RICOH_H
+#define CAMLIBS_RICOH_RICOH_H
#include <time.h>
@@ -200,4 +200,4 @@ typedef enum _RicohCompression RicohCompression;
int ricoh_get_compression (Camera *, GPContext *, RicohCompression *);
int ricoh_set_compression (Camera *, GPContext *, RicohCompression);
-#endif /* __RICOH_H__ */
+#endif /* !defined(CAMLIBS_RICOH_RICOH_H) */