Skip to content

Commit b5e5624

Browse files
committed
Fix typo for WinSDK
1 parent 8ff71ea commit b5e5624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/Subprocess/PipeConfiguration.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ private func createIODescriptor(from fd: FileDescriptor, closeWhenDone: Bool) ->
292292
}
293293

294294
private func createTerminationStatus(_ exitCode: UInt32) -> TerminationStatus {
295-
#if canImport(WinSD)
295+
#if canImport(WinSDK)
296296
return .exited(exitCode)
297297
#else
298298
return .exited(Int32(exitCode))

0 commit comments

Comments
 (0)