mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
HPL1: Hopefully fix win9x build
This commit is contained in:
parent
05d387db6d
commit
bc919f86c7
@ -133,11 +133,7 @@
|
||||
#undef DLL_DECLSPEC
|
||||
#endif
|
||||
|
||||
#ifdef _WIN32
|
||||
#define DG_INLINE __forceinline
|
||||
#else
|
||||
#define DG_INLINE inline
|
||||
#endif
|
||||
#define DG_INLINE FORCEINLINE
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#define DG_MSC_VECTOR_ALIGMENT __declspec(align(16))
|
||||
|
Loading…
Reference in New Issue
Block a user