# HG changeset patch # User alex # Date 1045064399 0 # Node ID a4444e7ee56a3a2fb80dfb412c9719b8b65ba9cb # Parent 7a43a52b9f60daf69be5c6e1bdd7b794d1e9cd84 real cygwin support by Sascha Sommer diff -r 7a43a52b9f60 -r a4444e7ee56a libmpcodecs/ad_qtaudio.c --- a/libmpcodecs/ad_qtaudio.c Tue Feb 11 21:44:55 2003 +0000 +++ b/libmpcodecs/ad_qtaudio.c Wed Feb 12 15:39:59 2003 +0000 @@ -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 @@ static int loader_init() { -#ifdef USE_WIN32DLL +#ifdef WIN32_LOADER Setup_LDT_Keeper(); #endif qtml_dll = LoadLibraryA("qtmlClient.dll"); diff -r 7a43a52b9f60 -r a4444e7ee56a libmpcodecs/vd_qtvideo.c --- a/libmpcodecs/vd_qtvideo.c Tue Feb 11 21:44:55 2003 +0000 +++ b/libmpcodecs/vd_qtvideo.c Wed Feb 12 15:39:59 2003 +0000 @@ -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 @@ CodecInfo cinfo; // for ImageCodecGetCodecInfo() ImageSubCodecDecompressCapabilities icap; // for ImageCodecInitialize() -#ifdef USE_WIN32DLL +#ifdef WIN32_LOADER Setup_LDT_Keeper(); #endif