diff options
author | Andrew Kurushin | 2005-06-10 19:02:00 +0000 |
---|---|---|
committer | Andrew Kurushin | 2005-06-10 19:02:00 +0000 |
commit | 234b79396a47c1a6de29cd2b6661a8377b2889f7 (patch) | |
tree | e048d3c85b52a2c6f6afb24f2e93c7c6c39e3689 /common | |
parent | 20ba16b09cc696f4b244f76e6b9fdc7322c16a71 (diff) | |
download | scummvm-rg350-234b79396a47c1a6de29cd2b6661a8377b2889f7.tar.gz scummvm-rg350-234b79396a47c1a6de29cd2b6661a8377b2889f7.tar.bz2 scummvm-rg350-234b79396a47c1a6de29cd2b6661a8377b2889f7.zip |
fix VS2005beta2 compilation
svn-id: r18374
Diffstat (limited to 'common')
-rw-r--r-- | common/stdafx.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common/stdafx.h b/common/stdafx.h index c40cac985e..ac582a1206 100644 --- a/common/stdafx.h +++ b/common/stdafx.h @@ -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> |