Silenced warning about redefinition of ARRAYSIZE under Windows, after the latest FS changes

svn-id: r35583
This commit is contained in:
Filippos Karapetis 2008-12-27 20:21:55 +00:00
parent 213c09c211
commit 88ac9b5a9b

View File

@ -24,6 +24,9 @@
#ifdef WIN32
#if defined(ARRAYSIZE)
#undef ARRAYSIZE
#endif
#include <windows.h>
// winnt.h defines ARRAYSIZE, but we want our own one...
#undef ARRAYSIZE