Skip to content

Commit 576aebf

Browse files
committed
MS_WINDOWS -> _MSC_VER
1 parent 1ba50e9 commit 576aebf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Modules/arraymodule.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ struct arraydescr {
4242
int is_signed;
4343
};
4444

45-
#ifdef MS_WINDOWS
45+
#ifdef _MSC_VER
4646
#define Py_ALIGN_AS(x) __declspec(align(x))
4747
#else
4848
#define Py_ALIGN_AS(x) _Alignas(x)

0 commit comments

Comments
 (0)