Browse Source

compat/w32dlfcn: add missing config.h include

Fixes warnings about undefined HAVE_WINRT

Signed-off-by: James Almer <jamrial@gmail.com>
tags/n4.0
James Almer 7 years ago
parent
commit
ce52e430b2
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      compat/w32dlfcn.h

+ 1
- 0
compat/w32dlfcn.h View File

@@ -21,6 +21,7 @@

#ifdef _WIN32
#include <windows.h>
#include "config.h"
#if (_WIN32_WINNT < 0x0602) || HAVE_WINRT
#include "libavutil/wchar_filename.h"
#endif


Loading…
Cancel
Save