summaryrefslogtreecommitdiffstats
path: root/libmpcodecs/vd_qtvideo.c
diff options
context:
space:
mode:
Diffstat (limited to 'libmpcodecs/vd_qtvideo.c')
-rw-r--r--libmpcodecs/vd_qtvideo.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmpcodecs/vd_qtvideo.c b/libmpcodecs/vd_qtvideo.c
index b0c6812510..56358f4be9 100644
--- a/libmpcodecs/vd_qtvideo.c
+++ b/libmpcodecs/vd_qtvideo.c
@@ -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