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/render/intern/include/pixelblending.h')
-rw-r--r--source/blender/render/intern/include/pixelblending.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/source/blender/render/intern/include/pixelblending.h b/source/blender/render/intern/include/pixelblending.h
index 87a5ed07747..aa2698716e9 100644
--- a/source/blender/render/intern/include/pixelblending.h
+++ b/source/blender/render/intern/include/pixelblending.h
@@ -28,8 +28,8 @@
*/
-#ifndef PIXELBLENDING_EXT_H
-#define PIXELBLENDING_EXT_H
+#ifndef __PIXELBLENDING_H__
+#define __PIXELBLENDING_H__
/**
@@ -69,5 +69,5 @@ void addalphaUnderGammaFloat(float *doel, float *bron);
-#endif /* PIXELBLENDING_EXT_H */
+#endif /* __PIXELBLENDING_H__ */