summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
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
*/