mirror of
https://github.com/love2d/love.git
synced 2026-08-15 07:41:11 +02:00
Remove #ifdefs supporting old Visual Studio versions.
This commit is contained in:
@@ -35,13 +35,6 @@
|
||||
#include <cmath>
|
||||
#include <sstream>
|
||||
|
||||
// VS2013 doesn't support alignof
|
||||
#if defined(_MSC_VER) && _MSC_VER <= 1800
|
||||
#define LOVE_ALIGNOF(x) __alignof(x)
|
||||
#else
|
||||
#define LOVE_ALIGNOF(x) alignof(x)
|
||||
#endif
|
||||
|
||||
namespace love
|
||||
{
|
||||
|
||||
|
||||
Reference in New Issue
Block a user