fix VS2005beta2 compilation

svn-id: r18374
This commit is contained in:
Andrew Kurushin 2005-06-10 19:02:00 +00:00
parent 20ba16b09c
commit 234b79396a

View File

@ -88,6 +88,10 @@
#include <windows.h>
#if defined(ARRAYSIZE)
// VS2005beta2 introduces new stuff in winnt.h
#undef ARRAYSIZE
#endif
#include <stdio.h>
#include <stdlib.h>
#include <string.h>