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/gawain/gwn_py_api.h')
-rw-r--r--source/blender/python/gawain/gwn_py_api.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/python/gawain/gwn_py_api.h b/source/blender/python/gawain/gwn_py_api.h
index aacb14094bc..3ef85e8ae0f 100644
--- a/source/blender/python/gawain/gwn_py_api.h
+++ b/source/blender/python/gawain/gwn_py_api.h
@@ -18,8 +18,8 @@
* ***** END GPL LICENSE BLOCK *****
*/
-#ifndef __GWN_PY_API__
-#define __GWN_PY_API__
+#ifndef __GWN_PY_API_H__
+#define __GWN_PY_API_H__
/** \file blender/python/gawain/gwn_py_api.h
* \ingroup pygawain
@@ -27,4 +27,4 @@
PyObject *BPyInit_gawain(void);
-#endif /* __GWN_PY_API__ */
+#endif /* __GWN_PY_API_H__ */