Skip to content

Commit

Permalink
os compatibility batch
Browse files Browse the repository at this point in the history
  • Loading branch information
Jomy10 committed Oct 25, 2024
1 parent fbd2cb8 commit b05ab5e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 Jonas Everaert
Copyright (c) 2023 Jonas Everaert and contributers

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
</div><br/>
<div align="center">
<a href="https://swiftpackageindex.com/Jomy10/SwiftCurses"><img src="https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FJomy10%2FSwiftCurses%2Fbadge%3Ftype%3Dplatforms"></img></a>
<a href="https://swiftpackageindex.com/Jomy10/SwiftCurses"><img src="https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2FJomy10%2FSwiftCurses%2Fbadge%3Ftype%3Dswift-versions"></img></a>
</div><br/>

Expand Down
1 change: 1 addition & 0 deletions Sources/SwiftCurses/LinuxCompatibility.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ public typealias WindowPointer = OpaquePointer
#endif

public typealias wchar_t = Int32

0 comments on commit b05ab5e

Please sign in to comment.