diff stream/tvi_dshow.h @ 26029:4129c8cfa742

Add MPLAYER_ prefix to multiple inclusion guards.
author diego
date Fri, 22 Feb 2008 09:09:46 +0000
parents 9d0b189ce1b2
children 87da3db93a44
line wrap: on
line diff
--- a/stream/tvi_dshow.h	Fri Feb 22 08:08:19 2008 +0000
+++ b/stream/tvi_dshow.h	Fri Feb 22 09:09:46 2008 +0000
@@ -1,5 +1,5 @@
-#ifndef TVI_DSHOW_H_
-#define TVI_DSHOW_H_
+#ifndef MPLAYER_TVI_DSHOW_H
+#define MPLAYER_TVI_DSHOW_H
 
 /// \defgroup tvi_dshow TV driver (Directshow)
 
@@ -690,4 +690,4 @@
 #define OLE_RELEASE_SAFE(p) if(p){ OLE_CALL((IUnknown*)p,Release); p=NULL;}
 #define OLE_QUERYINTERFACE(p,iface,ptr) OLE_CALL_ARGS((IUnknown*)p,QueryInterface,&iface,(void*)&ptr)
 
-#endif	// TVI_DSHOW_H_
+#endif	/* MPLAYER_TVI_DSHOW_H */