summaryrefslogtreecommitdiffstats
path: root/codec-cfg.h
diff options
context:
space:
mode:
authorfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-04-30 16:56:00 +0000
committerfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2004-04-30 16:56:00 +0000
commit0af4151b05184e1da37abdfc88204a322339ff8a (patch)
tree27cc3606021de6adefeb1d8c7ae2192807cfdeeb /codec-cfg.h
parentbd4e50d10b6e9ba8c0a1c86845802c7735ce1633 (diff)
downloadmpv-0af4151b05184e1da37abdfc88204a322339ff8a.tar.bz2
mpv-0af4151b05184e1da37abdfc88204a322339ff8a.tar.xz
Make it compile on mingw again. Now it is finally possible to include windows.h in mplayer.c
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@12359 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'codec-cfg.h')
-rw-r--r--codec-cfg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/codec-cfg.h b/codec-cfg.h
index 149cd3f649..f1853c744d 100644
--- a/codec-cfg.h
+++ b/codec-cfg.h
@@ -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;