1 parent 9d02780 commit 8cce8b7Copy full SHA for 8cce8b7
1 file changed
windows/mpconfigport.h
@@ -119,6 +119,7 @@ void msec_sleep(double msec);
119
120
#define restrict
121
#define inline __inline
122
+#define alignof(t) __alignof(t)
123
#define STDIN_FILENO 0
124
#define STDOUT_FILENO 1
125
#define STDERR_FILENO 2
0 commit comments