mirror of
https://github.com/mpv-player/mpv
synced 2025-01-20 21:07:29 +01:00
real cygwin support by Sascha Sommer <saschasommer@freenet.de>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9406 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
17e458ffe2
commit
c254b6c0fb
@ -10,7 +10,7 @@
|
||||
#include "ad_internal.h"
|
||||
#include "bswap.h"
|
||||
|
||||
#ifdef USE_WIN32DLL
|
||||
#ifdef WIN32_LOADER
|
||||
#include "ldt_keeper.h"
|
||||
#endif
|
||||
|
||||
@ -81,7 +81,7 @@ int WINAPI FreeLibrary(HMODULE);
|
||||
static int loader_init()
|
||||
{
|
||||
|
||||
#ifdef USE_WIN32DLL
|
||||
#ifdef WIN32_LOADER
|
||||
Setup_LDT_Keeper();
|
||||
#endif
|
||||
qtml_dll = LoadLibraryA("qtmlClient.dll");
|
||||
|
@ -8,7 +8,7 @@
|
||||
#include "mp_msg.h"
|
||||
#include "vd_internal.h"
|
||||
|
||||
#ifdef USE_WIN32DLL
|
||||
#ifdef WIN32_LOADER
|
||||
#include "ldt_keeper.h"
|
||||
#endif
|
||||
|
||||
@ -98,7 +98,7 @@ static int init(sh_video_t *sh){
|
||||
CodecInfo cinfo; // for ImageCodecGetCodecInfo()
|
||||
ImageSubCodecDecompressCapabilities icap; // for ImageCodecInitialize()
|
||||
|
||||
#ifdef USE_WIN32DLL
|
||||
#ifdef WIN32_LOADER
|
||||
Setup_LDT_Keeper();
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user