]> git.sesse.net Git - vlc/blobdiff - include/vlc_acl.h
Headers: use non-reserved identifiers for multi-inclusion protection
[vlc] / include / vlc_acl.h
index 2aa6703079e7d82100fdbd1650c48488782b0ac3..5e1ebd57cd87af912a1bd524bc64258aa972e6b2 100644 (file)
@@ -22,8 +22,8 @@
  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
-#ifndef __VLC_ACL_H
-# define __VLC_ACL_H
+#ifndef VLC_ACL_H
+# define VLC_ACL_H
 
 #define ACL_Create(a, b) __ACL_Create(VLC_OBJECT(a), b)
 #define ACL_Duplicate(a,b) __ACL_Duplicate(VLC_OBJECT(a),b)