vo_opengl: win32: fix cross-compilation

MXE uses an all-lowercase convention for MS headers.
This commit is contained in:
wm4 2015-11-01 21:49:56 +01:00
parent 9de8730dc9
commit 8e8b420c9d
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@
#include <assert.h>
#include <windows.h>
#include <Dwmapi.h>
#include <dwmapi.h>
#include "video/out/w32_common.h"
#include "common.h"