Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/blender/python/BPY_extern.h')
-rw-r--r--source/blender/python/BPY_extern.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/python/BPY_extern.h b/source/blender/python/BPY_extern.h
index 51f9063c289..33ea139b474 100644
--- a/source/blender/python/BPY_extern.h
+++ b/source/blender/python/BPY_extern.h
@@ -34,8 +34,8 @@
-#ifndef BPY_EXTERN_H
-#define BPY_EXTERN_H
+#ifndef __BPY_EXTERN_H__
+#define __BPY_EXTERN_H__
struct Text; /* defined in DNA_text_types.h */
struct ID; /* DNA_ID.h */
@@ -89,4 +89,4 @@ void BPY_id_release(struct ID *id);
} /* extern "C" */
#endif
-#endif /* BPY_EXTERN_H */
+#endif /* __BPY_EXTERN_H__ */