Set both dwVersionICM and dwVersion to ICVERSION in Wine builtin
codecs.
diff --git a/include/vfw.h b/include/vfw.h
index 3947136..760de96 100644
--- a/include/vfw.h
+++ b/include/vfw.h
@@ -42,6 +42,8 @@
 
 /* Installable Compressor Manager */
 
+#define ICVERSION 0x0104
+
 DECLARE_HANDLE(HIC);
 
 /* error return codes */