sync with trunk r46493
[reactos.git] / dll / directx / msdvbnp / pin.cpp
index 9662f80..e2acef0 100644 (file)
@@ -8,8 +8,10 @@
  */
 #include "precomp.h"
 
+#ifndef _MSC_VER
 const GUID KSDATAFORMAT_TYPE_BDA_ANTENNA = {0x71985f41, 0x1ca1, 0x11d3, {0x9c, 0xc8, 0x0, 0xc0, 0x4f, 0x79, 0x71, 0xe0}};
 const GUID GUID_NULL                     = {0x00000000L, 0x0000, 0x0000, {0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00}};
+#endif
 
 class CPin : public IPin
 {