unify include guard defines, __$FILENAME__

without the underscores these clogged up the namespace for autocompleation which was annoying.
This commit is contained in:
2012-02-17 18:59:41 +00:00
parent 99d0ba6299
commit 2b7ca2304a
657 changed files with 1669 additions and 1675 deletions

View File

@@ -25,8 +25,8 @@
*/
#ifndef PY_IDPROP_API_H
#define PY_IDPROP_API_H
#ifndef __IDPROP_PY_API_H__
#define __IDPROP_PY_API_H__
struct ID;
struct IDProperty;
@@ -67,4 +67,4 @@ void IDProp_Init_Types(void);
#define IDPROP_ITER_KEYS 0
#define IDPROP_ITER_ITEMS 1
#endif /* PY_IDPROP_API_H */
#endif /* __IDPROP_PY_API_H__ */