Commit ce52e430 authored by James Almer's avatar James Almer

compat/w32dlfcn: add missing config.h include

Fixes warnings about undefined HAVE_WINRT
Signed-off-by: 's avatarJames Almer <jamrial@gmail.com>
parent 514dda60
......@@ -21,6 +21,7 @@
#ifdef _WIN32
#include <windows.h>
#include "config.h"
#if (_WIN32_WINNT < 0x0602) || HAVE_WINRT
#include "libavutil/wchar_filename.h"
#endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment