diff codec-cfg.h @ 12358:133e0ebde74d

Make it compile on mingw again. Now it is finally possible to include windows.h in mplayer.c
author faust3
date Fri, 30 Apr 2004 16:56:00 +0000
parents 3a246ecd835f
children ba6b9cc1b3d0
line wrap: on
line diff
--- a/codec-cfg.h	Fri Apr 30 10:40:30 2004 +0000
+++ b/codec-cfg.h	Fri Apr 30 16:56:00 2004 +0000
@@ -27,7 +27,7 @@
 #define CODECS_STATUS__MAX		2
 
 
-#ifndef GUID_TYPE
+#if !defined(GUID_TYPE) && !defined(GUID_DEFINED)
 #define GUID_TYPE
 typedef struct {
 	unsigned long f1;