summaryrefslogtreecommitdiffstats
path: root/video/out/opengl
diff options
context:
space:
mode:
Diffstat (limited to 'video/out/opengl')
-rw-r--r--video/out/opengl/w32.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/opengl/w32.c b/video/out/opengl/w32.c
index fc789619c8..97ad0d6e47 100644
--- a/video/out/opengl/w32.c
+++ b/video/out/opengl/w32.c
@@ -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"