From d0512db25ce5bbd8f31151c3d2374f344f77f006 Mon Sep 17 00:00:00 2001 From: SupSuper Date: Sun, 16 Dec 2018 21:56:19 +0000 Subject: WIN32: Move all ARRAYSIZE undefs to util.h Instead of trying to undefine ARRAYSIZE everywhere we use a Windows header, let's just do it before we define our own --- backends/audiocd/win32/win32-audiocd.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'backends/audiocd') diff --git a/backends/audiocd/win32/win32-audiocd.cpp b/backends/audiocd/win32/win32-audiocd.cpp index 7269910506..9ffcc00ec3 100644 --- a/backends/audiocd/win32/win32-audiocd.cpp +++ b/backends/audiocd/win32/win32-audiocd.cpp @@ -46,7 +46,6 @@ #define WIN32_LEAN_AND_MEAN #include -#undef ARRAYSIZE // winnt.h defines ARRAYSIZE, but we want our own one... #include "backends/audiocd/win32/win32-audiocd.h" -- cgit v1.2.3