comip.h: Removed no longer valid USE___UUIDOF check

git-svn-id: svn+ssh://svn.code.sf.net/p/mingw-w64/code/trunk@4888 4407c894-4637-0410-b4f5-ada5f102cad1
diff --git a/mingw-w64-headers/include/comip.h b/mingw-w64-headers/include/comip.h
index dd99aa7..0c59edc 100644
--- a/mingw-w64-headers/include/comip.h
+++ b/mingw-w64-headers/include/comip.h
@@ -8,10 +8,6 @@
 
 #include <_mingw.h>
 
-#if USE___UUIDOF == 0
-#error No __uuidof support for this target
-#endif
-
 #include <ole2.h>
 #include <malloc.h>