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/ikplugin/intern/ikplugin_api.h')
-rw-r--r--source/blender/ikplugin/intern/ikplugin_api.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/ikplugin/intern/ikplugin_api.h b/source/blender/ikplugin/intern/ikplugin_api.h
index b1e723289ec..77c962269dc 100644
--- a/source/blender/ikplugin/intern/ikplugin_api.h
+++ b/source/blender/ikplugin/intern/ikplugin_api.h
@@ -31,8 +31,8 @@
*/
-#ifndef IKPLUGIN_API_H
-#define IKPLUGIN_API_H
+#ifndef __IKPLUGIN_API_H__
+#define __IKPLUGIN_API_H__
#ifdef __cplusplus
extern "C" {
@@ -60,5 +60,5 @@ typedef struct IKPlugin IKPlugin;
}
#endif
-#endif // IKPLUGIN_API_H
+#endif // __IKPLUGIN_API_H__