psx - sloppily fix msvcism in ARRAY_SIZE in emuware
This commit is contained in:
parent
95c57da72c
commit
fb8a870607
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue