]> git.sesse.net Git - vlc/commit
Win32 changes only:
authorGildas Bazin <gbazin@videolan.org>
Sun, 8 Jul 2001 17:45:52 +0000 (17:45 +0000)
committerGildas Bazin <gbazin@videolan.org>
Sun, 8 Jul 2001 17:45:52 +0000 (17:45 +0000)
commit5b49dba8b9e0ef7a8e3df5df6de36ac360475604
tree58cddb1a0357bba48b5e18642f5cb20856a74329
parent52add4b02db2085bf238915b44c39c64bf8fb989
Win32 changes only:

 - defined off_t as a long long. This allows DVD navigation to work.
   This change is to be implemented on a compiler by compiler basis. For
   now, it works on mingw32 (tested) and should work on MSVC (not tested).

 - Implemented a quick and dirty hack in intf_msg.c to be able to display
   long long integers with printf on Win32. This change is also necessary
   to avoid segfaults when debug is enabled in vlc on Win32.

 - few minor changes in the directx plugins.

 - defined snprintf in common.h and removed a few #ifdef WIN32
Makefile.opts.in
include/common.h
plugins/directx/aout_directx.c
plugins/directx/vout_directx.c
plugins/gtk/gtk_menu.c
src/input/input_ext-intf.c
src/interface/intf_msg.c