Skip to content

Commit 3fead75

Browse files
authored
[runtime/datan2] reduce diff
1 parent eb26aec commit 3fead75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/flang/datan2.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
*
1616
*/
1717

18-
#if !defined(_WIN32)
18+
#if !defined(WIN64)
1919
#include "mthdecls.h"
2020
#else
2121
double atan2(double x, double y);

0 commit comments

Comments
 (0)