changeset 13591:ba6b9cc1b3d0

fix compilation on mingw
author faust3
date Sat, 09 Oct 2004 07:38:45 +0000
parents 93fae534ae55
children 970eef87a388
files codec-cfg.h
diffstat 1 files changed, 2 insertions(+), 1 deletions(-) [+]
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;