We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ba50e9 commit 576aebfCopy full SHA for 576aebf
Modules/arraymodule.c
@@ -42,7 +42,7 @@ struct arraydescr {
42
int is_signed;
43
};
44
45
-#ifdef MS_WINDOWS
+#ifdef _MSC_VER
46
#define Py_ALIGN_AS(x) __declspec(align(x))
47
#else
48
#define Py_ALIGN_AS(x) _Alignas(x)
0 commit comments