]> git.sesse.net Git - vlc/commitdiff
Shut a warning.
authorJean-Baptiste Kempf <jb@videolan.org>
Thu, 13 Mar 2008 06:52:08 +0000 (23:52 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Thu, 13 Mar 2008 06:52:08 +0000 (23:52 -0700)
projects/activex/axvlc_idl.c

index 31ec25a491ffb1231a8f13d888efe78d61da2f77..88f4424da48bc0758e89eccc2aac695cf2e55f0f 100644 (file)
@@ -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);