summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-21 00:18:25 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-02-21 00:18:25 +0000
commitc864f4de9e956258e79026d273d88c0a26fc5797 (patch)
treea07196aaa6133b4c2bddb5d0252a73891f396957 /stream
parent878e9ef32496ffe77870105b382d7cd79ebc1e98 (diff)
downloadmpv-c864f4de9e956258e79026d273d88c0a26fc5797.tar.bz2
mpv-c864f4de9e956258e79026d273d88c0a26fc5797.tar.xz
Add multiple inclusion guard.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26045 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-rw-r--r--stream/vcd_read_win32.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/stream/vcd_read_win32.h b/stream/vcd_read_win32.h
index 4ade18514a..6a2f17f87c 100644
--- a/stream/vcd_read_win32.h
+++ b/stream/vcd_read_win32.h
@@ -1,3 +1,6 @@
+#ifndef VCD_READ_WIN32_H
+#define VCD_READ_WIN32_H
+
#include <ddk/ntddcdrm.h>
typedef struct mp_vcd_priv_st mp_vcd_priv_t;
@@ -127,6 +130,8 @@ static int vcd_read(mp_vcd_priv_t* vcd, char *mem)
return VCD_SECTOR_DATA;
}
+#endif /* VCD_READ_WIN32_H */
+
/*
vim:noet:sw=4:cino=\:0,g0
*/