Update syslinux to 4.05 to support mic-0.15
[external/syslinux.git] / com32 / lib / vdprintf.c
index d74f278..c1f90a6 100644 (file)
@@ -14,6 +14,8 @@
 #define DEBUG 1
 #include <dprintf.h>
 
+#ifndef vdprintf
+
 #define BUFFER_SIZE    4096
 
 enum serial_port_regs {
@@ -114,3 +116,5 @@ void vdprintf(const char *format, va_list ap)
     while (rv--)
        debug_putc(*p++);
 }
+
+#endif /* vdprintf */