diff options
Diffstat (limited to 'backends/taskbar')
-rw-r--r-- | backends/taskbar/win32/win32-taskbar.cpp | 10 |
1 files changed, 9 insertions, 1 deletions
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 <windows.h> +#if defined(ARRAYSIZE) + #undef ARRAYSIZE +#endif + #include "common/scummsys.h" #if defined(WIN32) && defined(USE_TASKBAR) |