BACKENDS: Allow use of excluded functions needed by Win32TaskbarManager

This commit is contained in:
Julien 2011-06-16 11:06:05 -04:00
parent 9614834548
commit 5dff6c2c08

View File

@ -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)