Skip to content

Commit

Permalink
win d3d: Need to include windows.h before mmsystem.h.
Browse files Browse the repository at this point in the history
  • Loading branch information
linuxdude42 committed Nov 24, 2023
1 parent 4056e80 commit 233d3f0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion mythtv/libs/libmythtv/videoout_d3d.cpp
@@ -1,5 +1,8 @@
// -*- Mode: c++ -*-

#include <windows.h>
#include <mmsystem.h>

#include <map>
#include <iostream>
#include <algorithm>
Expand All @@ -8,7 +11,6 @@
#include "libmythui/mythmainwindow.h"

#include "fourcc.h"
#include "mmsystem.h"
#include "mythavutil.h"
#include "mythplayer.h"
#include "mythvideoprofile.h"
Expand Down

0 comments on commit 233d3f0

Please sign in to comment.