diff md5.c @ 183:b0aa6f7931c0 src

merging patch from xine-lib's libdvdread * this mostly aligns all data blocks in memory to make raw device reads work * some MSVC related patches that went into xine-lib cvs are also included
author mroi
date Tue, 29 Apr 2003 15:14:00 +0000
parents 330ef38ad968
children
line wrap: on
line diff
--- a/md5.c	Tue Apr 29 14:49:15 2003 +0000
+++ b/md5.c	Tue Apr 29 15:14:00 2003 +0000
@@ -36,7 +36,7 @@
 #endif
 
 #include "md5.h"
-//#include "unlocked-io.h"
+/* #include "unlocked-io.h" */
 
 #ifdef _LIBC
 # include <endian.h>