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:
authorCampbell Barton <ideasman42@gmail.com>2017-12-04 08:37:31 +0300
committerCampbell Barton <ideasman42@gmail.com>2017-12-04 08:37:31 +0300
commitd47d263b4b4aad15171add322586f3f13dbcdad8 (patch)
treeb9c761234831ca9bf11272d056781babfacfb16c /source/blender/python/intern
parente1eb1fbfcac5b840933969e52fed970167d2bb77 (diff)
Cleanup: style
Diffstat (limited to 'source/blender/python/intern')
-rw-r--r--source/blender/python/intern/bpy_capi_utils.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/python/intern/bpy_capi_utils.h b/source/blender/python/intern/bpy_capi_utils.h
index 171c46d8e86..abb37d6e30c 100644
--- a/source/blender/python/intern/bpy_capi_utils.h
+++ b/source/blender/python/intern/bpy_capi_utils.h
@@ -24,8 +24,8 @@
* \ingroup pythonintern
*/
-#ifndef __BPY_UTIL_H__
-#define __BPY_UTIL_H__
+#ifndef __BPY_CAPI_UTILS_H__
+#define __BPY_CAPI_UTILS_H__
#if PY_VERSION_HEX < 0x03060000
# error "Python 3.6 or greater is required, you'll need to update your python."
@@ -50,4 +50,4 @@ void BPy_SetContext(struct bContext *C);
extern void bpy_context_set(struct bContext *C, PyGILState_STATE *gilstate);
extern void bpy_context_clear(struct bContext *C, PyGILState_STATE *gilstate);
-#endif /* __BPY_UTIL_H__ */
+#endif /* __BPY_CAPI_UTILS_H__ */