Merge pull request #798 from stinos/msvc-alignof
msvc: Use built-in alignof
This commit is contained in:
commit
2c781eabbd
@ -119,6 +119,7 @@ void msec_sleep(double msec);
|
||||
|
||||
#define restrict
|
||||
#define inline __inline
|
||||
#define alignof(t) __alignof(t)
|
||||
#define STDIN_FILENO 0
|
||||
#define STDOUT_FILENO 1
|
||||
#define STDERR_FILENO 2
|
||||
|
Loading…
x
Reference in New Issue
Block a user