]> git.sesse.net Git - vlc/commit
* include/vlc_common.h: on win32 we include malloc.h (otherwise alloca is
authorGildas Bazin <gbazin@videolan.org>
Tue, 4 Mar 2003 21:12:04 +0000 (21:12 +0000)
committerGildas Bazin <gbazin@videolan.org>
Tue, 4 Mar 2003 21:12:04 +0000 (21:12 +0000)
commit2dd2df6971e4af3cc09e653113ee6acf0f4dccb7
treebd80dac559cb1660325e3bf497d8be06e48bb49d
parent1206810b7e59fcec539825b4fb9e8794152222a2
* include/vlc_common.h: on win32 we include malloc.h (otherwise alloca is
   not declared).
* modules/access/file.c: use _lseeki64 instead of lseek on win32. This
   should allow seeking on files > 1.2Gb (Hopefully closes #168).
include/vlc_common.h
modules/access/file.c