[vlc-devel] commit: Shut a warning. (Jean-Baptiste Kempf )

git version control git at videolan.org
Thu Mar 13 07:56:48 CET 2008


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Mar 12 23:52:08 2008 -0700| [7a214f493f6b064ba1e3ec53cb3e30b839c6b494]

Shut a warning.

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=7a214f493f6b064ba1e3ec53cb3e30b839c6b494
---

 projects/activex/axvlc_idl.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/projects/activex/axvlc_idl.c b/projects/activex/axvlc_idl.c
index 31ec25a..88f4424 100644
--- a/projects/activex/axvlc_idl.c
+++ b/projects/activex/axvlc_idl.c
@@ -68,7 +68,7 @@ typedef IID CLSID;
 #define MIDL_DEFINE_GUID(type,name,l,w1,w2,b1,b2,b3,b4,b5,b6,b7,b8) \
         const type name = {l,w1,w2,{b1,b2,b3,b4,b5,b6,b7,b8}}
 
-#endif !_MIDL_USE_GUIDDEF_
+#endif //!_MIDL_USE_GUIDDEF_
 
 MIDL_DEFINE_GUID(IID, LIBID_AXVLC,0xDF2BBE39,0x40A8,0x433b,0xA2,0x79,0x07,0x3F,0x48,0xDA,0x94,0xB6);
 




More information about the vlc-devel mailing list