Mercurial > mplayer.hg
view loader/wine/elfdll.h @ 25999:aff1f94af7ba
Fill stream->end_pos if possible, fixing lavf demuxers that need to seek.
author | albeu |
---|---|
date | Tue, 19 Feb 2008 18:04:10 +0000 |
parents | c98c9e7f3bd0 |
children | a8ea87c71d18 |
line wrap: on
line source
#ifndef WINE_ELFDLL_H #define WINE_ELFDLL_H #include "module.h" #include "windef.h" WINE_MODREF *ELFDLL_LoadLibraryExA(LPCSTR libname, DWORD flags); HINSTANCE16 ELFDLL_LoadModule16(LPCSTR libname); void ELFDLL_UnloadLibrary(WINE_MODREF *wm); void *ELFDLL_dlopen(const char *libname, int flags); extern char *extra_ld_library_path; #endif /* WINE_ELFDLL_H */