projects
/
blender.git
/ blobdiff
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
unify include guard defines, __$FILENAME__
[blender.git]
/
source
/
blender
/
blenlib
/
BLI_string_utf8.h
diff --git
a/source/blender/blenlib/BLI_string_utf8.h
b/source/blender/blenlib/BLI_string_utf8.h
index 6eba7d5eb49aa6539c663fe26d789c032381cd25..7799c32c4b7ed6bd74971044daa6280c10d20fe6 100644
(file)
--- a/
source/blender/blenlib/BLI_string_utf8.h
+++ b/
source/blender/blenlib/BLI_string_utf8.h
@@
-20,8
+20,8
@@
* ***** END GPL LICENSE BLOCK *****
*/
-#ifndef
BLI_STRING_UTF8_H
-#define
BLI_STRING_UTF8_H
+#ifndef
__BLI_STRING_UTF8_H__
+#define
__BLI_STRING_UTF8_H__
/** \file BLI_string_utf8.h
* \ingroup bli