msvc: Use built-in alignof
This also fixes a 'unnamed type definition in parentheses' warning on the alignof implementation define in binary.c
This commit is contained in:
parent
9d02780eaf
commit
8cce8b7c4c
|
@ -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…
Reference in New Issue