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/blenpluginapi/floatpatch.h')
-rw-r--r--source/blender/blenpluginapi/floatpatch.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/blenpluginapi/floatpatch.h b/source/blender/blenpluginapi/floatpatch.h
index 73fe35cad26..4c9b98d073d 100644
--- a/source/blender/blenpluginapi/floatpatch.h
+++ b/source/blender/blenpluginapi/floatpatch.h
@@ -30,8 +30,8 @@
* SUCH DAMAGE.
*/
-#ifndef FLOATPATCH_H
-#define FLOATPATCH_H
+#ifndef __FLOATPATCH_H__
+#define __FLOATPATCH_H__
/* floating point libs differ at systems... with these defines it comilies at all! */
@@ -88,5 +88,5 @@
#endif
-#endif /* FLOATPATCH_H */
+#endif /* __FLOATPATCH_H__ */