diff codec-cfg.h @ 13591:ba6b9cc1b3d0

fix compilation on mingw
author faust3
date Sat, 09 Oct 2004 07:38:45 +0000
parents 133e0ebde74d
children b014091b4417
line wrap: on
line diff
--- a/codec-cfg.h	Sat Oct 09 01:03:41 2004 +0000
+++ b/codec-cfg.h	Sat Oct 09 07:38:45 2004 +0000
@@ -28,7 +28,8 @@
 
 
 #if !defined(GUID_TYPE) && !defined(GUID_DEFINED)
-#define GUID_TYPE
+#define GUID_TYPE 1
+#define GUID_DEFINED 1
 typedef struct {
 	unsigned long f1;
 	unsigned short f2;