Remove alignment macros
This commit is contained in:
parent
a56cfd1f42
commit
5a5297974b
@ -38,10 +38,6 @@
|
||||
|
||||
#define OBSOLETE __declspec(deprecated)
|
||||
|
||||
// No alignment needed in MSVC
|
||||
#define ALIGN_8
|
||||
#define ALIGN_16
|
||||
|
||||
#define FORMATSTRING(formatIndex, va_argsIndex)
|
||||
|
||||
// MSVC has its own custom version of zu format
|
||||
@ -90,9 +86,6 @@
|
||||
|
||||
#define OBSOLETE __attribute__((deprecated))
|
||||
|
||||
#define ALIGN_8 __attribute__((aligned(8)))
|
||||
#define ALIGN_16 __attribute__((aligned(16)))
|
||||
|
||||
// Some portability macros :)
|
||||
#define stricmp strcasecmp
|
||||
|
||||
|
@ -45,7 +45,7 @@ private:
|
||||
std::thread::id m_OwningThreadID;
|
||||
|
||||
std::recursive_mutex m_Mutex;
|
||||
} ALIGN_8;
|
||||
};
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user