BACKENDS: Fix Win32TaskbarManager compilation with Mingw
It was missing an include for scummsys.h and so couldn't find the defines
This commit is contained in:
parent
30c0966018
commit
f843b3f280
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@
|
|||
*
|
||||
*/
|
||||
|
||||
#include "common/scummsys.h"
|
||||
|
||||
#if defined(WIN32) && defined(USE_TASKBAR)
|
||||
|
||||
// Needed for taskbar functions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue