Skip to content

Commit 894c66d

Browse files
committed
Processing (Windows): fix macro name __aarch64__
Found by AI
1 parent 7529015 commit 894c66d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/processing_windows.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ const char* ffProcessAppendOutput(FFstrbuf* buffer, char* const argv[], bool use
150150
CancelIo(hChildPipeRead);
151151
TerminateProcess(hProcess, 1);
152152
return "GetOverlappedResult"
153-
#if __arch64__
153+
#if __aarch64__
154154
"Ex"
155155
#endif
156156
"(hChildPipeRead) failed";

0 commit comments

Comments
 (0)