]> git.sesse.net Git - vlc/commit
The default file-translation mode was not being set under win32.
authorJon Lech Johansen <jlj@videolan.org>
Wed, 14 Nov 2001 00:01:36 +0000 (00:01 +0000)
committerJon Lech Johansen <jlj@videolan.org>
Wed, 14 Nov 2001 00:01:36 +0000 (00:01 +0000)
commit6cbaf162518ccb1da55ea3dc0569f392b692d50c
tree0c5823f65d81de07e394fdf1ef47e366f6618661
parent50366aa6da439bd704604969b96b92f8486a5e6d
The default file-translation mode was not being set under win32.
In other words, file playback in 0.2.91 does not work. For de-
scheduling threads use a 0ms sleep instead of 1ms, as it was
causing problems under WinXP. I hope this does not introduce
problems under previous windows versions. I noticed it was
originally 0ms, but later changed to 1ms...
include/threads.h
src/interface/main.c
src/misc/win32_specific.c