HPL1: Hopefully fix win9x build

This commit is contained in:
Eugene Sandulenko 2022-12-25 17:50:19 +01:00
parent 05d387db6d
commit bc919f86c7
No known key found for this signature in database
GPG Key ID: 014D387312D34F08

View File

@ -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))