From 5dff6c2c081756feb61fd273da903019e33363a1 Mon Sep 17 00:00:00 2001 From: Julien Date: Thu, 16 Jun 2011 11:06:05 -0400 Subject: BACKENDS: Allow use of excluded functions needed by Win32TaskbarManager --- backends/taskbar/win32/win32-taskbar.cpp | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'backends/taskbar') diff --git a/backends/taskbar/win32/win32-taskbar.cpp b/backends/taskbar/win32/win32-taskbar.cpp index 4053708e96..c05b91d9f3 100644 --- a/backends/taskbar/win32/win32-taskbar.cpp +++ b/backends/taskbar/win32/win32-taskbar.cpp @@ -22,7 +22,15 @@ * $Id$ * */ - + +// We need certain functions that are excluded by default +#undef NONLS +#undef NOICONS +#include +#if defined(ARRAYSIZE) + #undef ARRAYSIZE +#endif + #include "common/scummsys.h" #if defined(WIN32) && defined(USE_TASKBAR) -- cgit v1.2.3