mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
BACKENDS: Allow use of excluded functions needed by Win32TaskbarManager
This commit is contained in:
parent
9614834548
commit
5dff6c2c08
@ -22,7 +22,15 @@
|
||||
* $Id$
|
||||
*
|
||||
*/
|
||||
|
||||
|
||||
// We need certain functions that are excluded by default
|
||||
#undef NONLS
|
||||
#undef NOICONS
|
||||
#include <windows.h>
|
||||
#if defined(ARRAYSIZE)
|
||||
#undef ARRAYSIZE
|
||||
#endif
|
||||
|
||||
#include "common/scummsys.h"
|
||||
|
||||
#if defined(WIN32) && defined(USE_TASKBAR)
|
||||
|
Loading…
Reference in New Issue
Block a user