Skip to content

Commit

Permalink
win: Fix the WIN64 macro usage
Browse files Browse the repository at this point in the history
  • Loading branch information
kaadam committed Sep 14, 2021
1 parent 5ecab6c commit 0222603
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/flang/initpar.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

#if defined(TARGET_OSX)
#include <crt_externs.h>
#elif defined(__WIN64)
#elif defined(_WIN64)
/* OPENTOOLS14 has changed the name. wrap _environ for all of windowws */
char **__io_environ();
#else
Expand Down

0 comments on commit 0222603

Please sign in to comment.