CVSROOT:        /home/cvs
Module name:    freesci
Changes by:     cvsuser 01/04/18 06:36:29

Modified files:
        .              : ChangeLog 
        src/gfx/drivers: sdl_driver.c 
        src/include    : midiout.h 
        src/sound      : midiout.c 
        src/win32      : freesci.def freesci.dsp getopt.c sciv.dsp 
Added files:
        src/sound      : midiout_win32mci.c 

Log message:
Applied Matt's patch:

* freesci.def: added  midiout_driver_win32mci,
test_savegame, sci_find_first, sci_init_dir, sci_get_homedir,
game_restore, sci_find_next to correct link errors.
* midiout.h: added necessary things for new driver (midiout_win32mci)
* midiout.c: Ditto.
* getopt.c: Removed extern to eliminate some link warnings.
* freesci.dsp: Removed more cruft, fixed debug build.
* sciv.dsp: Ditto.

My changes:

* Fixed 64 bit cleanness issue in sdl_driver.c I had introduced (sci_gettime)

Matt pointed out that this is the beginning of the Win32 MCI sound driver,
but it won't work yet- the sound server refactoring will have to be completed
before it does.

-- Christoph


Reply via email to