diff libdvdcss/dvdcss/dvdcss.h @ 24535:b015cbd37591

Leading underscores in identifiers are reserved in C.
author diego
date Mon, 17 Sep 2007 13:08:51 +0000
parents e68f255d7d64
children 9fa3af97c963
line wrap: on
line diff
--- a/libdvdcss/dvdcss/dvdcss.h	Mon Sep 17 13:07:06 2007 +0000
+++ b/libdvdcss/dvdcss/dvdcss.h	Mon Sep 17 13:08:51 2007 +0000
@@ -27,9 +27,9 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
  */
 
-#ifndef _DVDCSS_DVDCSS_H
+#ifndef DVDCSS_DVDCSS_H
 #ifndef _DOXYGEN_SKIP_ME
-#define _DVDCSS_DVDCSS_H 1
+#define DVDCSS_DVDCSS_H 1
 #endif
 
 #ifdef __cplusplus