psx - sloppily fix msvcism in ARRAY_SIZE in emuware

This commit is contained in:
zeromus 2014-12-17 03:08:54 +00:00
parent 95c57da72c
commit fb8a870607
1 changed files with 4 additions and 0 deletions

View File

@ -88,6 +88,10 @@ uint32 __inline __builtin_clz( uint32_t value )
#define INLINE inline
#ifndef UNALIGNED
#define UNALIGNED
#endif
#ifdef _MSC_VER
#define snprintf _snprintf
#define vsnprintf _vsnprintf