view loader/wine/elfdll.h @ 34038:422eb76aee70

stream_bluray: switch to new libbluray API The last libbluray API change is commit 17896a40e6ddbe12473db77549ff0207ef748a64 Date: Mon Jun 13 20:36:16 2011 +0300 previous libbluray versions are no longer supported.
author diego
date Fri, 23 Sep 2011 14:26:20 +0000
parents 4790fe65b11a
children
line wrap: on
line source

#ifndef MPLAYER_ELFDLL_H
#define MPLAYER_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);

#endif /* MPLAYER_ELFDLL_H */