mirror of
https://github.com/libretro/scummvm.git
synced 2025-03-05 09:49:14 +00:00
fix VS2005beta2 compilation
svn-id: r18374
This commit is contained in:
parent
20ba16b09c
commit
234b79396a
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user