Skip to content

Commit 03e536b

Browse files
authored
[runtime/const] restore ifdef
Was probably there for a reason.
1 parent 3fead75 commit 03e536b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/flang/const.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ __INT_T ENTCOMN(TYPE, type)[] = {
133133
17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31,
134134
32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43};
135135

136-
#ifdef _WIN32
136+
#if defined(WINNT) && !defined(WIN64) && !defined(WIN32)
137137
char *
138138
__get_fort_type_addr(void)
139139
{

0 commit comments

Comments
 (0)